此内容没有您所选择的语言版本。
E.4. Network Security Services (NSS) Database
Network Security Services (NSS) is a set of open-source cryptography libraries that support SSL. Several Linux tools, such as
cURL
, use NSS to verify trusted SSL communication. This process helps a user import the rhsc.cer
certificate into the local NSS database.
For an individual user, import the
rhsc.cer
certificate using the following command:
$certutil -d sql:$HOME/.pki/nssdb -A -t TC -n "Red Hat Storage Console" -i rhsc.cer
$certutil -d sql:$HOME/.pki/nssdb -A -t TC -n "Red Hat Storage Console" -i rhsc.cer
For all users on a system, import the
rhsc.cer
certificate as root using the following command:
#certutil -d sql:/etc/pki/nssdb -A -t TC -n "Red Hat Storage Console" -i rhsc.cer
#certutil -d sql:/etc/pki/nssdb -A -t TC -n "Red Hat Storage Console" -i rhsc.cer
22632%2C+Console+Developer+Guide-322-09-2014+17%3A11%3A35Report a bug