Jump to content
Pulseway 9.14 🔥

Featured Replies

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

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