Jump to content

Anyone using PW, to push a updated Root Cert to windows clients?


Mahesh De Silva

Recommended Posts

  • 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

Link to comment
Share on other sites

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...