![Red Hat CERTIFICATE SYSTEM 6.0 - MIGRATION GUIDE Скачать руководство пользователя страница 51](http://html.mh-extra.com/html/red-hat/certificate-system-6-0-migration-guide/certificate-system-6-0-migration-guide_manual_1427422051.webp)
10.Optionally, delete the PKCS #12 files.
rm ServerCert.p12
rm ocspSigningCert.p12
11.Set the trust bits on the public/private key pairs that were imported into the 7.3 security
databases.
certutil -M -n "Server-Cert cert-old_OCSP_instance" -t "cu,cu,cu" -d .
certutil -M -n "ocspSigningCert cert-old_OCSP_instance" -t "cu,cu,cu" -d .
12.Import the public key from the base-64 file, and set the trust bits.
certutil -A -n "caSigningCert cert-old_OCSP_instance" -t "CT,c," -d . -i
caSigningCert.b64
13.Optionally, delete the base-64 file.
rm caSigningCert.b64
14.Open the
CS.cfg
configuration file in the
/var/lib/
instance_ID
/conf/
directory.
15.Edit the
ocsp.signing.certnickname
attribute to reflect the 7.3 OCSP instance.
ocsp.signing.certnickname=ocspSigningCert cert-old_OCSP_instance
NOTE
The
caSigningCert
is not referenced in the
CS.cfg
file.
16.In the same directory, edit the
serverCertNick.conf
file to contain the old certificate
nickname. For example:
Server-Cert cert-old_OCSP_instance
Option 4: HSM to HSM Migration
45