diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sections/change-log.rst | 4 | ||||
-rw-r--r-- | docs/sections/configuration.rst | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/docs/sections/change-log.rst b/docs/sections/change-log.rst index 41b23fad..ad54434a 100644 --- a/docs/sections/change-log.rst +++ b/docs/sections/change-log.rst @@ -19,7 +19,7 @@ Version: 2.4.0 **New Features** - N/A + Add certificate update use case (support for CMPv2 messages: Key Update Request and Certification Request). **Bug Fixes** @@ -47,6 +47,8 @@ Version: 2.4.0 **Upgrade Notes** + caMode is removed from cmpServers.json configuration file. + **Deprecation Notes** CertService client is not supported since Istanbul release. diff --git a/docs/sections/configuration.rst b/docs/sections/configuration.rst index 6ba7c1b4..97630731 100644 --- a/docs/sections/configuration.rst +++ b/docs/sections/configuration.rst @@ -20,7 +20,6 @@ Example cmpServers.json file: "caName": "Client", "url": "http://oomcert-ejbca:8080/ejbca/publicweb/cmp/cmp", "issuerDN": "CN=ManagementCA", - "caMode": "CLIENT", "authentication": { "iak": "mypassword", "rv": "mypassword" @@ -30,7 +29,6 @@ Example cmpServers.json file: "caName": "RA", "url": "http://oomcert-ejbca:8080/ejbca/publicweb/cmp/cmpRA", "issuerDN": "CN=ManagementCA", - "caMode": "RA", "authentication": { "iak": "mypassword", "rv": "mypassword" @@ -44,7 +42,6 @@ This contains list of CMP Servers, where each server has following properties: - *caName* - name of the external CA server. It's used to match *CA_NAME* sent by CertService client in order to match proper configuration. - *url* - URL to CMPv2 server - *issuerDN* - Distinguished Name of the CA that will sign the certificate - - *caMode* - Issuer mode. Allowed values are *CLIENT* and *RA* - *authentication* - *iak* - Initial authentication key, used to authenticate request in CMPv2 server @@ -240,7 +237,7 @@ Default Values: +---------------------+---------------------------------------------------------------------------------------------------------------------------------+ | Name | Value | +=====================+=================================================================================================================================+ -| Request URL | http://ejbca:8080/ejbca/publicweb/cmp/cmpRA | +| Request URL | http://ejbca:8080/ejbca/publicweb/cmp/cmpRA | +---------------------+---------------------------------------------------------------------------------------------------------------------------------+ | Response Type | PKI Response | +---------------------+---------------------------------------------------------------------------------------------------------------------------------+ |