dogtagpki / pki

The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of certificate lifecycle management, including key archival, OCSP and smartcard management.
https://www.dogtagpki.org
GNU General Public License v2.0
347 stars 133 forks source link

Starting CA starts its clone if clone is installed on the same system. #932

Open pki-bot opened 3 years ago

pki-bot commented 3 years ago

This issue was migrated from Pagure Issue #361. Originally filed by awnuk (@awnuk) on 2012-10-08 20:52:15:


Starting CA starts its clone if clone is installed on the same system:

  1. CA and its clone are both "inactive":

systemctl status pki-cad@pki-ca.service pki-cad@pki-ca.service - PKI Certificate Authority Server pki-ca Loaded: loaded (/lib/systemd/system/pki-cad@.service; enabled) Active: inactive (dead) CGroup: name=systemd:/system/pki-cad@.service/pki-ca

systemctl status pki-cad@pki-ca-clone.service pki-cad@pki-ca-clone.service - PKI Certificate Authority Server pki-ca-clone Loaded: loaded (/lib/systemd/system/pki-cad@.service; enabled) Active: inactive (dead) CGroup: name=systemd:/system/pki-cad@.service/pki-ca-clone

  1. CA start:

systemctl start pki-cad@pki-ca.service

  1. CA and its clone are both active:

systemctl status pki-cad@pki-ca.service pki-cad@pki-ca.service - PKI Certificate Authority Server pki-ca Loaded: loaded (/lib/systemd/system/pki-cad@.service; enabled) Active: active (running) since Mon, 08 Oct 2012 11:26:57 -0700; 5s ago Process: 2922 ExecStart=/usr/bin/pkicontrol start ca %i (code=exited, status=0/SUCCESS) Main PID: 3178 (java) CGroup: name=systemd:/system/pki-cad@.service/pki-ca └ 3178 /usr/lib/jvm/jre/bin/java -classpath :/usr/share/tomcat6/bin/bootstrap.jar:/usr/share/tomcat6/bin...

systemctl status pki-cad@pki-ca-clone.service pki-cad@pki-ca-clone.service - PKI Certificate Authority Server pki-ca-clone Loaded: loaded (/lib/systemd/system/pki-cad@.service; enabled) Active: active (running) since Mon, 08 Oct 2012 11:26:56 -0700; 13s ago Process: 2921 ExecStart=/usr/bin/pkicontrol start ca %i (code=exited, status=0/SUCCESS) Main PID: 3179 (java) CGroup: name=systemd:/system/pki-cad@.service/pki-ca-clone └ 3179 /usr/lib/jvm/jre/bin/java -classpath :/usr/share/tomcat6/bin/bootstrap.jar:/usr/share/tomcat6/bin...

pki-bot commented 3 years ago

Comment from mharmsen (@mharmsen) at 2014-06-04 20:21:45

[06/04/2014] - Moving to Milestone 10.3 due to schedule restrictions.

pki-bot commented 3 years ago

Comment from awnuk (@awnuk) at 2017-02-27 14:02:55

Metadata Update from @awnuk: