To send a certificate request:
In the Certificates tab:
Click Client Certificate to download the Client Certificate.
Open a command line, and sign the request. It is necessary to enter the ca.pem
and ca.key
.
Certificate.csr
is the downloaded certificate when you clicked Client Certificate.
openssl x509 -req -in Certificate.csr -CA ca.pem -CAkey ca.key -CAcreateserial -out your-cert.crt-days 825 -sha256
Upload the signed certificate to the Server Certificate.
Add a CA Certificate.