Mahesh De Silva Posted October 21 Share Posted October 21 Hi,  The default CloudFlare ZeroTrust (Warp) client root cert expires on February 25. We need to push a new Root Certificate to our Windows laptops. We have the new Pem/CRT files. Has anyone figured out a process for doing this in PW? Link to comment Share on other sites More sharing options...
Administrators Paul Posted October 22 Administrators Share Posted October 22 Hey @Mahesh De Silva, Try using this batch script (remember to add each line in the pem file in the script as separate echo calls): (@echo -----BEGIN CERTIFICATE----- & echo line1 & echo line2 & echo line3 & echo -----END CERTIFICATE-----)>warp.cer & certutil -addstore ca warp.cer & certutil -addstore root warp.cer -Paul Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now