Monday, January 6, 2020

Creating a cst certificate for apache server SSL HTTPS

Just rename crt certificate to cst


Use openssl x509 -inform DER -in [certificate name].cer -out [certificate name].crt command to change encoding from .CER file to .CRT

No comments: