Certificate¶
Setup Information Certificate
Certificate management for public-key cryptography, such as:
- Customer Portal
- WebPhone
- TLS SIP
- WebRTC
(TLS:Transport Layer Security, SIP: Session Initiation Protocol, WebRTC: Web Real-Time Communication)
ConnexCS provides certificates free of charge courtesy of Let's Encrypt or User Provided.
Add Certificate¶
To add a certificate:
- Click on the :fontawesome-plus: symbol.
- See the configuration details below to use either Let's Encrypt or a User Provided certificate.
Let's Encrypt¶
- Enter the Domain name for this certificate. To allow ConnexCS to manage your certificates, you must ensure that the DNS records are appropriately set to point to our server.
- Set User Provided to "No."
- Click
Save
and the system will provide you with the certificate.
Let's Encrypt renewals get managed automatically.
User Provided¶
- Enter the domain name for this certificate.
- Ensure that you have set User Provided to "Yes."
- Certificate and keys should be in PEM (base64 format).
-
Enter your Certificate with the BEGIN and END tags as follows:
-----BEGIN CERTIFICATE----- <enter certificate here> -----END CERTIFICATE-----
-
Enter your Private Key with the BEGIN and END tags as follows:
-----BEGIN PRIVATE KEY----- <enter certificate here> -----END PRIVATE KEY-----
-
Enter your CA(Certificate Authority) Certificate with the BEGIN and END tags as follows:
-----BEGIN CERTIFICATE----- <enter certificate here> -----END CERTIFICATE-----
Renewals for User Provided certificates are your responsibility.
Checking Certificates¶
The Status column has a :fontawesome-check: representing all passed checks.
The following exhibits a problem: :fontawesome-exclamation-triangle:. If you hover your mouse, you will see a checklist explaining the issue.