Quantcast
Viewing all articles
Browse latest Browse all 246286

Re: Installed root certificates on WYSE P20 clients

I used openssl to convert my certificate.    here are some instructions I found when searching

 

Use the openssl command to convert between formats as follows:

    • To convert a certificate from PEM to DER:

  1. x509 -in input.crt -inform PEM –out output.crt -outform DER
  2. To convert a certificate from DER to PEM:
  3. x509 -in input.crt -inform DER -out output.crt -outform PEM
  4. To convert a key from PEM to DER:
  5. rsa -in input.key -inform PEM -out output.key -outform DER
  6. To convert a key from DER to PEM:
  7. rsa -in input.key -inform DER -out output.key -outform PEM

Viewing all articles
Browse latest Browse all 246286

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>