Jump to content

Recommended Posts

Posted

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?

  • Administrators
Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...