Configuring Certificates
Contents |
Applies to version(s): v3.1
Certificates are used to provide secure connections, such as HTTPs (secure connection to the web portal) or FreeSBC secure SIP calls (SIP over TLS).
This article describes how to import or create certificates. These certificates are later grouped into TLS Profiles, which is the first step in configuring secure SIP on FreeSBC. Use standard openssl shell commands to create your own certificates.
These TLS profiles can later be used to create SIP Transport servers using TLS.
Create a Trusted Certificate
1. Select Certificates from the navigation panel:
2. Click Create New Certificate ===
3. Configure the certificate parameters:
- Provide a name that is meaningful to you.
- Select "Trusted" certificate to import a remote party's certificate to trust.
- Drag-and-drop (or copy-paste) the certificate's text content into the appropriate text box
- Click "Create"
Upload local certificates (optional)
Toolpack already contains, by default, a unique self-signed certificate (unique for each Toolpack system, shared for 1+1 hosts). This certificate is used for HTTPs, and can also be used for TLS.
In case you want to use a custom local certificate (like an officially signed certificate for your domain name), proceed as follows:
1. Repeat the same procedure as above (but using "Local" certificate type) to import the local certificate. 2. Use ssh (command-line or using a tool like Filezilla) to upload the private key to the unit on the following path.
- Use the same file name as the local certificate name previously used to import in the web portal (except file extension):
/lib/tb/toolpack/pkg/ssl_certificate/
Example:
Then:
scp my_local_cert.key root@MyFreeSbcHostName:/lib/tb/toolpack/pkg/ssl_certificate/