efa certificate server
Installs a third-party certificate that was acquired through a trusted certificate authority.
Syntax
Parameters
- --certificate cert-filename
- Specifies the file name of the certificate.
- --key key-filename
- Specifies the file name of the certificate key.
- --cacert cert-filename
- Specifies the file name of the third-party certificate.
Examples
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 ---