base64encoder To encode in base64 Encode the certificate in base64 using the following command: base64 -i [INPUT_FILE] -o [OUTPUT_FILE] Or with the following command: python3 encode64.py [INPUT_FILE] [OUTPUT_FILE]