Certificates Screens
4 minute read.
The Certificates widget on the Credentials > Certificates screen shows certificates added to TrueNAS.
Import opens the Import Certificate screen.
The
icon for a listed certificate shows a dropdown list of options: Download, Edit, and Delete. Each TrueNAS has an internal certificate that enables encrypted access to the web interface.Download downloads the certificate to the system. In Windows, this is the Downloads folder.
Edit Certificate screen.
Edit opens theDelete dialog.
Delete opens theThe Import Certificate screen provides the settings options needed to import an existing certificate using the private key.
Setting | Description |
---|---|
Name | (Required) Descriptive identifier for this certificate. Accepts manual or copy/paste entry of a name. |
Add To Trusted Store | Adds the imported certificate to the trusted store in TrueNAS. |
Certificate | (Required) Field to paste the certificate for the certificate you are importing. |
Private Key | (Required) Paste the private key associated with the certificate you are importing. Provide a key at least 1024 bits long. |
Passphrase | (Required) Text entry field that accepts manual or copy/paste of a password associated with the private key for the certificate you are importing. |
Confirm Passphrase | (Required) Text entry field where you can manually re-enter or copy/paste the passphrase entered in Passphrase. |
The Edit Certificate screen shows the current certificate identifier (name), subject information for the certificate, the view/download certificate and key options, and allows you to add the certificate to the TrueNAS trusted store.
The Subject area of the Edit Certificate screen shows information about the certificate.
Setting | Description |
---|---|
Common | Shows the common name for the certificate. A name can include the underscore (_) or dash (-) special characters. The default value for the truenas_default certificate is localhost. |
SAN | Shows the subject alternative name (SAN) name for the certificate. The default value for the truenas_default certificate is DNS:localhost. |
Distinguished Name | Shows the full directory service distinguished name for the certificate. This includes the country, organization, common name, email address, state, locality, and SAN properties. |
Country | Shows the country where the certificate is issued. The default value for the truenas_default certificate is US. |
State | Shows the organization for the certificate. The default value for the truenas_default certificate is iXsystems. |
City | Shows the city where the certificate organization is located. The default value for the truenas_default certificate is Maryville |
Organization | Shows the country where the certificate is issued. The default value for the truenas_default certificate is US |
Organizational Unit | Shows the department in the organization for the certificate. No default value for the truenas_default certificate is specified. |
Shows the email address associated with the certificate. The default value for the truenas_default certificate is info@ixsystems.com. | |
Type | Shows the type of certificate. The default value for the truenas_default certificate is Certificate. |
Path | Shows the path to where the certificate is stored. The default value for the truenas_default certificate is /etc/certificates . |
Digest Algorithm | Shows the authentication protocol for the certificates. The default value for the truenas_default certificate is SHA256S. |
Key Length | Shows the number of characters in the key for the certificate. The default value for the truenas_default certificate is 2048. |
Key Type | Shows the certificate key type. The default value for the truenas_default certificate is RSA. |
Until | Shows the expiration date for the certificate. |
Lifetime | Shows the number of days the certificate remains valid. The default value for the truenas_default certificate is 397 days. |
View/Download Certificate opens a window with the certificate string.
View/Download Key opens a window with the certificate private key.
The
clipboard icon copies the certificate or public key to the clipboard.Download downloads a copy of the certificate to your server. Keep the certificate in a secure area where you can back it up and save it.
The Delete Certificate dialog removes the certificate from the TrueNAS system.
Force deletes the certificate if it is in use by a feature or function in the UI. For example, an application uses it for authentication.
Delete removes the certificate.