REFACTOR - Removing Network Services code and docs

This commit is contained in:
Katelyn Baker
2018-05-31 13:48:56 +01:00
parent 63d357f62b
commit f56f07b34a
10 changed files with 6 additions and 515 deletions

View File

@ -51,7 +51,7 @@ Submission of the certificate revocation requests expects the following fields t
:SUPERSEDED: This reason indicates that the certificate has been superseded.
:CESSATION_OF_OPERATION: This reason indicates that the certificate is no longer needed.
:PRIVILEGE_WITHDRAWN: This reason indicates that the privileges granted to the subject of the certificate have been withdrawn.
:reporter: Issuer of this certificate revocation request.
@ -61,11 +61,3 @@ Note: At least one of the three: certificateSerialNumber, csrRequestId or legalN
Because of the proprietary serialization mechanism, it is assumed that those endpoints are used by dedicated tools that support this kind of data encoding.
Internal protocol
-----------------
There is an internal communication protocol between the revocation service and the HSM signing service for producing the signed CRLs.
This does not use HTTP to avoid exposing any web vulnerabilities to the signing process.