Skip to content

Commit

Permalink
adding missing note to assume export of CA signing cert to ca_signing…
Browse files Browse the repository at this point in the history
….crt prior to cloning kra and ocsp with HSM [skip ci]
  • Loading branch information
ladycfu committed Feb 20, 2025
1 parent 5fb8ce4 commit 31ede6d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/installation/ca/Installing_CA_Clone_with_HSM.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ $ pki-server cert-export subsystem \

== CA Subsystem Installation

Note: It is assumed that the CA signing certificate has been exported into `ca_signing.crt`

Prepare a file (e.g. ca.cfg) that contains the deployment configuration, for example:

[literal,subs="+quotes,verbatim"]
Expand Down
2 changes: 2 additions & 0 deletions docs/installation/kra/Installing_KRA_Clone_with_HSM.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Prior to installation, please ensure that the link:../others/Installation_Prereq

== KRA Subsystem Installation

Note: It is assumed that the CA signing certificate has been exported into `ca_signing.crt`

Prepare a file (e.g. kra.cfg) that contains the deployment configuration, for example:

[literal,subs="+quotes,verbatim"]
Expand Down
2 changes: 2 additions & 0 deletions docs/installation/ocsp/Installing_OCSP_Clone_with_HSM.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Prior to installation, please ensure that the link:../others/Installation_Prereq

== OCSP Subsystem Installation

Note: It is assumed that the CA signing certificate has been exported into `ca_signing.crt

Prepare a file (e.g. ocsp.cfg) that contains the deployment configuration, for example:

[literal,subs="+quotes,verbatim"]
Expand Down

0 comments on commit 31ede6d

Please sign in to comment.