summaryrefslogtreecommitdiffstats
path: root/base/server
diff options
context:
space:
mode:
authorAde Lee <alee@redhat.com>2016-06-10 05:42:09 -0400
committerEndi S. Dewata <edewata@redhat.com>2016-06-10 17:38:58 +0200
commit6b53852bda459f89b9e6c70c5ac956757151a7be (patch)
treeb62dcf3bb30b059f438a8fc5922e70d664542e73 /base/server
parent0db2c7673dc25470930390c4664f7caf9be77088 (diff)
downloadpki-6b53852bda459f89b9e6c70c5ac956757151a7be.tar.gz
pki-6b53852bda459f89b9e6c70c5ac956757151a7be.tar.xz
pki-6b53852bda459f89b9e6c70c5ac956757151a7be.zip
Add man page info for number range parameters
Ticket 2318
Diffstat (limited to 'base/server')
-rw-r--r--base/server/man/man5/pki_default.cfg.513
1 files changed, 13 insertions, 0 deletions
diff --git a/base/server/man/man5/pki_default.cfg.5 b/base/server/man/man5/pki_default.cfg.5
index 9be34983a..550e2aa9c 100644
--- a/base/server/man/man5/pki_default.cfg.5
+++ b/base/server/man/man5/pki_default.cfg.5
@@ -324,6 +324,19 @@ The type of security used for the replication data. This can be set to SSL (usi
Hostname and port, or URI of the subsystem being cloned. The URI format is https://<master_hostname>:<master_https_port>
where the default master hostname and https port are set to be the security domain's hostname and https port.
+.SS CA SERIAL NUMBER PARAMETERS
+\x'-1'\fBpki_serial_number_range_start, pki_serial_number_range_end\fR
+.IP
+Sets the range of serial numbers to be used when issuing certificates. Values here are hexadecimal (without the 0x prefix). It is useful to override these values when migrating data from another CA, so that serial number conflicts do not occur. Defaults to 1 and 10000000 respectively.
+.PP
+.B pki_request_number_range_start, pki_request_number_range_end
+.IP
+Sets the range of request numbers to be used by the CA. Values here are decimal. It is useful to override these values when migrating data from another CA, so that request number conflicts do not occur. Defaults to 1 and 10000000 respectively.
+.PP
+.B pki_replica_number_range_start, pki_replica_number_range_end
+.IP
+Sets the range of replica numbers to be used by the CA. These numbers are used to identify database replicas in a replication topology. Values here are decimal. Defaults to 1 and 100 respectively.
+
.SS EXTERNAL CA CERTIFICATE PARAMETERS
\x'-1'\fBpki_external\fR
.IP