summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--base/server/etc/default.cfg2
-rw-r--r--base/server/man/man8/pkispawn.86
-rwxr-xr-xbase/silent/templates/pki_silent.template2
3 files changed, 5 insertions, 5 deletions
diff --git a/base/server/etc/default.cfg b/base/server/etc/default.cfg
index 21a192cfb..f4ad2becd 100644
--- a/base/server/etc/default.cfg
+++ b/base/server/etc/default.cfg
@@ -82,7 +82,7 @@ pki_backup_password=
pki_client_admin_cert_p12=%(pki_client_dir)s/%(pki_subsystem_type)s_admin_cert.p12
pki_client_database_password=
pki_client_database_purge=True
-pki_client_dir=%(home_dir)s/.pki/%(pki_instance_name)s
+pki_client_dir=%(home_dir)s/.dogtag/%(pki_instance_name)s
pki_client_pkcs12_password=
pki_ds_bind_dn=cn=Directory Manager
pki_ds_ldap_port=389
diff --git a/base/server/man/man8/pkispawn.8 b/base/server/man/man8/pkispawn.8
index e28d63587..a1f3b12b2 100644
--- a/base/server/man/man8/pkispawn.8
+++ b/base/server/man/man8/pkispawn.8
@@ -127,7 +127,7 @@ password for the administrator user.
An optional parameter that can be used to import an already available CA admin certificate into this instance.
.TP
\fIExport certificate:\fP
-setup the path where the admin certificate of this <subsystem> should be stored. The default value is /root/.pki/pki-tomcat/<ca/kra/tks/ocsp>_admin.cert.
+setup the path where the admin certificate of this <subsystem> should be stored. The default value is /root/.dogtag/pki-tomcat/<ca/kra/tks/ocsp>_admin.cert.
.PP
\fBDirectory Server Parameters\f
.TP
@@ -188,7 +188,7 @@ This invocation of \fBpkispawn\fP creates a Tomcat instance containing a CA runn
.PP
The instance name (defined by pki_instance_name) is pki-tomcat, and it is located at \fI/var/lib/pki/pki-tomcat\fP. Logs for the instance are located at \fI/var/log/pki/pki-tomcat\fP, and an installation log is written to \fI/var/log/pki/pkispawn-pki-tomcat-<timestamp>.log\fP.
.PP
-A PKCS #12 file containing the administrator certificate is created in \fI$HOME/.pki/pki-tomcat\fP. This PKCS #12 file uses the password designated by pki_client_pkcs12_password in the configuration file.
+A PKCS #12 file containing the administrator certificate is created in \fI$HOME/.dogtag/pki-tomcat\fP. This PKCS #12 file uses the password designated by pki_client_pkcs12_password in the configuration file.
.PP
To access the agent pages, first import the CA certificate by accessing the CA End Entity Pages and clicking on the Retrieval Tab. Be sure to trust the CA certificate. Then, import the administrator certificate in the PKCS #12 file.
.SS KRA, OCSP, or TKS using default configuration
@@ -229,7 +229,7 @@ A remote CA is one where the CA resides in another Certificate Server instance,
.PP
The subsystem section is [KRA], [OCSP], or [TKS]. This example assumes that the specified CA hosts the security domain. The CA must be running and accessible.
.PP
-A new administrator certificate is generated for the new subsystem and stored in a PKCS #12 file in \fI$HOME/.pki/pki-tomcat\fP.
+A new administrator certificate is generated for the new subsystem and stored in a PKCS #12 file in \fI$HOME/.dogtag/pki-tomcat\fP.
.SS Installing a CA clone
\x'-1'\fBpkispawn -s CA -f myconfig.txt\fR
.PP
diff --git a/base/silent/templates/pki_silent.template b/base/silent/templates/pki_silent.template
index 10b95cec2..a175ad7a7 100755
--- a/base/silent/templates/pki_silent.template
+++ b/base/silent/templates/pki_silent.template
@@ -82,7 +82,7 @@ fi
## PKI Silent Security Database Variables
## (e. g. - PKI Silent "browser" database)
-pki_silent_security_database_repository="${HOME}/.pki/certs"
+pki_silent_security_database_repository="${HOME}/.dogtag/certs"
pki_silent_security_database_password=
## PKI Security Domain Variables