Certificates Screens

The Certificates widget on the Credentials > Certificates screen shows certificates added to TrueNAS.

Certificates Widget
Figure 1: Certificates Widget

Import opens the Import Certificate screen.

The more_vert 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 Download downloads the certificate to the system. In Windows, this is the Downloads folder.

edit Edit opens the Edit Certificate screen.

delete Delete opens the Delete dialog.

Import Certificate

The Import Certificate screen provides the settings options needed to import an existing certificate using the private key.

Import Certificate Screen
Figure 2: Import Certificates Screen
SettingDescription
Name(Required) Descriptive identifier for this certificate. Accepts manual or copy/paste entry of a name.
Add To Trusted StoreAdds 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.

Edit Certificate Screen

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.

Edit Certificate Screen
Figure 3: Edit Certificates Screen

The Subject area of the Edit Certificate screen shows information about the certificate.

SettingDescription
CommonShows 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.
SANShows the subject alternative name (SAN) name for the certificate. The default value for the truenas_default certificate is DNS:localhost.
Distinguished NameShows the full directory service distinguished name for the certificate. This includes the country, organization, common name, email address, state, locality, and SAN properties.
CountryShows the country where the certificate is issued. The default value for the truenas_default certificate is US.
StateShows the organization for the certificate. The default value for the truenas_default certificate is iXsystems.
CityShows the city where the certificate organization is located. The default value for the truenas_default certificate is Maryville
OrganizationShows the country where the certificate is issued. The default value for the truenas_default certificate is US
Organizational UnitShows the department in the organization for the certificate. No default value for the truenas_default certificate is specified.
EmailShows the email address associated with the certificate. The default value for the truenas_default certificate is info@ixsystems.com.
TypeShows the type of certificate. The default value for the truenas_default certificate is Certificate.
PathShows the path to where the certificate is stored. The default value for the truenas_default certificate is /etc/certificates.
Digest AlgorithmShows the authentication protocol for the certificates. The default value for the truenas_default certificate is SHA256S.
Key LengthShows the number of characters in the key for the certificate. The default value for the truenas_default certificate is 2048.
Key TypeShows the certificate key type. The default value for the truenas_default certificate is RSA.
UntilShows the expiration date for the certificate.
LifetimeShows 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 assignment 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.

Delete Certificate Dialog

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.