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