Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Run the following commands to convert the certificate and the private key to Base64 encoding respectively:

Code Block
cat MY_File.crt | base64 -w0 
Code Block
cat MY_Private.key | base64 -w0