Installs a third-party certificate that was acquired through a trusted certificate authority.
This example installs a certificate titled my_server_162.pem
with key-filename of my_server_162.key
and cert-filename of ca-chain.pem
.
$ efa certificate server --certificate=my_server_162.pem --key=my_server_162.key --cacert=ca-chain.pem Please wait as the certificates are being installed... Certificates were installed! --- Time Elapsed: 30.946303683s ---