[Pki-users] CA Administrator of Instance pki-ca

Andrew Wnuk awnuk at redhat.com
Thu Oct 17 00:42:48 UTC 2013


On 10/16/2013 06:31 AM, Richard Thomas wrote:
>
> Hi Andrew,
>
> Thanks for your email, I got past that issue once I made some edits to 
> some .cfg files in /var/lib/pki-ca/profiles/ca/ (shown at the bottom 
> of this email).
>
> That meant I could get as far as "Install a certificate" and I got a 
> choice of the following when doing so:
>
> o) Certificate Manager CA Signing Certificate(s)
>
> o) OCSP Signing Certificate(s)
>
> o) SSL Server Certificate(s)
>
> o) Cross-signed Certificate(s)
>
> o) Other Certificate(s)
>
> Please could you let me know which of the above option I should select.
>

The first 3 options should work for your CA but you are missing entries 
for subsytem and audit certificates.

You may import certificates manually using certutil.
For this you need to

 1. stop your CA
 2. change directory to /var/lib/pki-ca/alias/
 3.

    check current content of CA's NSS-DB by  running
    certutil -d . -L

 4. import certificates using identical trust bits and nicknames
    certutil -d . -A -n '<nickname>' -t '<trust>' -a -i '<file including
    b64-encoded certificate>'
 5. start your CA


If you need to alter nicknames, please reflect this in CS.cfg file.

> Thank you.
>
> Richard.
>
> Here's what I did to be able to "Renew certificate to be manually 
> approved by agents".
>
> Edit file /var/lib/pki-ca/profiles/ca/caServerCert.cfg
>
> Change:
>
> visible=false
>
> enable=false
>
> To:
>
> visible=true
>
> enable=true
>
> Edit file /var/lib/pki-ca/profiles/ca/caOCSPCert.cfg
>
> Change:
>
> visible=false
>
> enable=false
>
> To:
>
> visible=true
>
> enable=true
>
> Edit file /var/lib/pki-ca/profiles/ca/caSignedLogCert.cfg
>
> Change:
>
> visible=false
>
> enable=false
>
> To:
>
> visible=true
>
> enable=true
>

visible=true makes enrollment visible on enrollment list page
enable=true enables specific enrollment profile

Both changes are fine.

> service pki-cad restart
>
> *From:*Andrew Wnuk [mailto:awnuk at redhat.com]
> *Sent:* 15 October 2013 17:41
> *To:* Richard Thomas
> *Cc:* pki-users at redhat.com
> *Subject:* Re: [Pki-users] CA Administrator of Instance pki-ca
>
> On 10/15/2013 02:35 AM, Richard Thomas wrote:
>
>     Hi Andrew,
>
>     Thanks again for getting back to me.
>
>     Unfortunately, I didn't get very far.
>
>     I've shown below what I have done and what it resulted in:
>
>     o) Go to the <server>:9443/ca/agent/ca URL and list the
>     certificates stored in Dogtag.
>
>     o) Make a note of of the Certificate Serial Numbers of the
>     following certificates and change the hex value into decimal:
>
>     CN=OCSP Signing Certificate             E.G. 2
>
>     CN=<primary server>              E.G. 3
>
>     CN=CA Subsystem Certificate             E.G. 4
>
>     CN=CA Audit Signing Certificate  E.G. 5
>
>     CN=<secondary server>                   E.G. 268369921
>
>     o) Go to the <server>:9444/ca/ee/ca URL
>
>     o) Click on "Renewal: Renew certificate to be manually approved by
>     agents"
>
>     o) Submit each of the Certificate Serial Numbers noted above and
>     make a note of the request ID
>
>     For each Certificate Serial Number listed above that I submit, I
>     get the following:
>
>     Sorry, your request is not submitted. The reason is "Profile
>     caServerCert Not Found".
>
>
>
> Check if caServerCert.cfg is listed under /var/lib/pki-ca/profiles/ca 
> and then check if /var/lib/pki-ca/conf/CS.cfg includes
>
> profile.list= . . .  ,caServerCert, . . .
> . . .
> profile.caServerCert.class_id=caEnrollImpl
> profile.caServerCert.config=/var/lib/pki-ca/profiles/ca/caServerCert.cfg
> . . .
>
>
>
> Please could you help me further.
>
> Many thanks.
>
> Richard.
>
> *From:*Andrew Wnuk [mailto:awnuk at redhat.com]
> *Sent:* 12 October 2013 00:47
> *To:* Richard Thomas
> *Cc:* pki-users at redhat.com <mailto:pki-users at redhat.com>
> *Subject:* Re: [Pki-users] CA Administrator of Instance pki-ca
>
> On 10/11/2013 07:04 AM, Richard Thomas wrote:
>
>     Hi Andrew,
>
>     Thanks for those tips, I had some success, then difficulty and
>     then success.
>
>     Below is what I did, with some of my comments inline.
>
>     Before I get to that though, there are some other certificates
>     that are due to run out soon, but I think they should be easier to
>     renew.
>
>     The Common Name of those other certificates are:
>
>     o) CN=OCSP Signing Certificate
>
>     o) CN=<servername>
>
>     o) CN=CA Subsystem Certificate
>
>     o) CN=CA Audit Signing Certificate
>
>
> As I noticed below, that your server provides option to "Renew 
> certificate to be manually approved by agents".
> You should used this option for all your renewals.
>
> Then start pkiconsole go to "System Keys and Certificates", select 
> "Local Certificates", click on "Add/Renew", "Next" and "Install a 
> certificate"
>
>
>
> Please could you help me and let me know what steps I should take for 
> renewing these too.
>
> Thank you.
>
> Anyway, back to what I did to get the admin certificate updated.
>
> Your steps are still numbered, the ones that I did around them are 
> identified with o)
>
> Here goes:
>
> o) Edit /var/lib/pki-ca/profiles/ca/caUserCert.cfg
>
> Change:
>
> visible=false
>
> enable=false
>
> To:
>
> visible=true
>
> enable=true
>
> o) Restart service "pki-cad"
>
> 1.            Go to EE interface (typically 
> https://<hostname>:9444/ca/ee/ca/) and select "Manual User Dual-Use 
> Certificate Enrollment"
>
> 2.            Fill out the form and submit request
>
> 3.            Go to Agent interface (typically 
> https://<hostname>:9443/ca/agent/ca/) and approve submitted request
>
> 4. Return to EE interface, select "Retrieval" tab and "Check Request 
> Status".
>
> 5.            Type in request number and press submit.
>
> 6.            Click on issued certificate serial number.
>
> >I did "List Certificates", went to the last page and found the certificate that way
>
> 7.            Go to the end of page displaying certificate and press 
> "Import Your Certificate"
>
> >I got "The server returned an invalid client certificate. Error 207 
> (net::ERR_CERT_INVALID)"
>
>
> This probably means that browser which generated certificate request 
> (and the key) is not the same browser used to import certificate.
>
>
>
> > So having got stuck at this point, I figured I could use what I had done before and 
> then use your pkiconsole instructions.
>
> > The below is end-to-end from what I started off on my own and then across to the 
> second half of your instructions.
>
> o) Go to the <server>:9444/ca/ee/ca URL
>
> o) Click on "Renewal: Renew certificate to be manually approved by 
> agents" (make a note of the number)
>
> o) Go to the <server>:9443/ca/agent/ca URL to approve my request. (Use 
> the number above)
>
> o) Go to the <server>:9444/ca/ee/ca URL to retrieve the certificate. 
> (Use the number above) and click on the Issued certificate
>
> o) Extract the Base 64 encoded part of the certificate and save as 
> <new certificate name>.pem
>
> o) Transfer <old certificate bundle name>.p12 and <new certificate 
> name>.pem to a machine with openssl installed on it
>
> o) On a machine with openssl installed on it, submit following command:
>
> $openssl pkcs12 -in <old certificate bundle name>.p12 -out <old 
> certificate bundle name>.pem -nodes
>
> o) Copy <old certificate bundle name>.pem to <new certificate bundle 
> name>.pem
>
> o) Update <new certificate bundle name>.pem by replacing the relevant 
> part of it with the contents of <new certificate name>.pem
>
> o) Cut the key part of <new certificate bundle name>.pem and create 
> <certificate name>.key from it
>
> o) Submit following command:
>
> $openssl pkcs12 -export -in <new certificate bundle name>.pem -inkey 
> <certificate name>.key -out <new certificate bundle name>.p12
>
> o) Transfer <new certificate bundle name>.p12 to the machine with the 
> web browser that you want to access Dog Tag from.
>
> o) Import <new certificate bundle name>.p12 into the machine.
>
> 8.            Start pkiconsole (typically by running "pkiconsole 
> https://`hostname`:9445/ca")
>
> 9. Select "Users and Groups" and select your admin entry.
>
> 10.          Press "Certificates" button then "Import" and paste in 
> the contents of <new certificate name>.pem, then OK and "Done"
>
> 11.          Clear SSL cache in the browser or restart your browser.
>
> 12.          You should now be able to use your new certificate to 
> access Agent interface
>
> >YES -- I can now access the agent interface using the new certificate J
>
> *From:*Andrew Wnuk [mailto:awnuk at redhat.com]
> *Sent:* 08 October 2013 19:26
> *To:* Richard Thomas
> *Cc:* pki-users-bounces at redhat.com <mailto:pki-users-bounces at redhat.com>
> *Subject:* Re: [Pki-users] CA Administrator of Instance pki-ca
>
> On 10/07/2013 11:41 AM, Richard Thomas wrote:
>
>     Hi Andrew,
>
>       
>
>     Thanks very much for sending this to me.
>
>       
>
>     The first thing I'd like to point out is that I'm using the pre-Red Hat enterprise variant of DogTag (dogtag-pki-1.3.0-2.el5)
>
>       
>
>     I have been trying to adapt the instructions as best I can and have so nearly got there, but not quite..
>
>       
>
>     I have been referring to chapter 4.8.2 of that article by going to the <server>:9444/ca/ee/ca URL and the only 2 Certificate Profiles I have to choose from are:
>
>     o) Renewal: Renew certificate to be manually approved by agents
>
>     o) Cisco VPN Client Enrolment
>
>       
>
>     The second option is for end users of our Cisco VPN to generate new certificates with, so I don't do anything with that.
>
>       
>
>     The first option looked promising, as it asked for a certificate number, so I used the <server>:9443/ca/agent/ca URL to find the certificate number of the current "CA Administrator of Instance pki-ca" certificate, make a note of it and enter it into the certificate renewal page.
>
>       
>
>     I then use the <server>:9443/ca/agent/ca URL to approve my request.
>
>       
>
>     Back to the <server>:9444/ca/ee/ca URL to retrieve the certificate.
>
>       
>
>     I then updated the .p12 (.pfx) certificate with the one that appeared from the step above, with quite a bit of open_ssl commands, but I am confident that my new .p12 has everything in it as before (including the private key), with the exception of the "CA Administrator of Instance pki-ca" certificate being my updated one instead of the current one.
>
>       
>
>     I manage to import it into by machine's browser and when I navigate to <server>:9443/ca/agent/ca, the new certificate comes up as an option to present to Dog Tag, so things are looking good at this stage and I select it.
>
>       
>
>     After that is where the first thing looks different, but I wasn't too worried about.  I get a message saying "Request For Permission to Use a Key", so I grant permission.
>
>       
>
>     Then things don't look go at all, as once I'm past that, all the pages say "Invalid Credential".
>
>       
>
>     I have probably gone about things in a way that's more complicated than it should be and I guess it's because I'm using an earlier version of Dog Tag.
>
>       
>
>     Do you have any ideas where I have gone wrong with this please.
>
>       
>
>     Thank you very much.
>
>       
>
>     Richard.
>
>       
>
>
> Unfortunately your version is old enough to miss new renewal profiles, 
> which would make your task easier.
>
> Here is a simple way to renew your CA administrator certificate:
>
>  1. Go to EE interface (typically https://<hostname>:9444/ca/ee/ca/)
>     and select "Manual User Dual-Use Certificate Enrollment"
>  2. Fill out the form and submit request
>  3. Go to Agent interface (typically
>     https://<hostname>:9443/ca/agent/ca/) and approve submitted request
>  4. Return to EE interface, select "Retrieval" tab and "Check Request
>     Status".
>  5. Type in request number and press submit.
>  6. Click on issued certificate serial number.
>  7. Go to the end of page displaying certificate and press "Import
>     Your Certificate"
>  8. Start pkiconsole (typically by running "pkiconsole
>     https://`hostname`:9445/ca")
>  9. Select "Users and Groups" and select your admin entry.
> 10. Press "Certificates" button then "Import" and paste in your new
>     base64 encoded certificate, then OK and "Done"
> 11. Clear SSL cache in the browser or restart your browser.
> 12. You should now be able to use your new certificate to access Agent
>     interface
>
> Thanks,
> Andrew
>
>
>
>
>
>   
> ________________________________________
> From:pki-users-bounces at redhat.com  <mailto:pki-users-bounces at redhat.com>  [pki-users-bounces at redhat.com  <mailto:pki-users-bounces at redhat.com>] On Behalf Of Andrew Wnuk [awnuk at redhat.com  <mailto:awnuk at redhat.com>]
> Sent: Thursday, October 03, 2013 6:05 PM
> To:pki-users at redhat.com  <mailto:pki-users at redhat.com>
> Subject: Re: [Pki-users] CA Administrator of Instance pki-ca
>   
> Hi Richard,
>   
> You can renew certificate using:https://access.redhat.com/site/documentation/en-US/Red_Hat_Certificate_System/8.1/html/Admin_Guide/renewing-certificates.html
> and then add new certificate to CA administrator entry using console.
>   
> Best,
> Andrew
>   
> On 10/03/2013 08:49 AM, Richard Thomas wrote:
> Hi all,
>   
> I hope someone would be able to help me with this.
>   
> I have taken over a Dog Tag system and I have little knowledge of it.
>   
> I need to renew the "CA Administrator of Instance pki-ca" certificate, as it is running out in a few weeks.
>   
> Would someone be able to point me in the direction of any documentation on how to do this or let me know how to do it.
>   
> I would massively appreciate any guidance on this.
>   
> Thanks in advance,
>   
> Richard.
>   
> The world's first PCI accreditation for a Point to Point Encryption application. Find out more...<http://www.the-logic-group.com/pressrelease/Worlds-First-Accreditation-for-PCI-P2PE-Application>  <http://www.the-logic-group.com/pressrelease/Worlds-First-Accreditation-for-PCI-P2PE-Application>
> The Logic Group
> Enterprises Limited
>                  Logic House
> Waterfront Business Park
> Fleet, Hampshire
> GU51 3SB
> United Kingdom          phone
> fax
> email
> web     +44 1252 776 700
> +44 1252 776 738
> info at the-logic-group.com  <mailto:info at the-logic-group.com><mailto:info at the-logic-group.com>  <mailto:info at the-logic-group.com>
> www.the-logic-group.com  <http://www.the-logic-group.com><http://www.the-logic-group.com>  <http://www.the-logic-group.com>                  Registered in England
> Number 2609323          [http://www.the-logic-group.com/UploadedImages/34e428b6-82a8-46f4-999d-89403051ff3c.jpg]
>   
>   
>   
> The Logic Group Enterprises Limited, Logic House, Waterfront Business Park, Fleet Road, Fleet,
> Hampshire, GU51 3SB, United Kingdom. Registered in England. Registered No. 2609323
>   
> The information in this email and any attachments are confidential and may be legally privileged and protected by law. It is for the intended recipient only. If you are not the intended recipient you may not use, disclose, copy, distribute, print or rely on the content of this email or its attachments. If this email has been received by you in error please advise the sender and delete the email from your system.
>   
>   
>   
>   
>   
> _______________________________________________
> Pki-users mailing list
> Pki-users at redhat.com  <mailto:Pki-users at redhat.com><mailto:Pki-users at redhat.com>  <mailto:Pki-users at redhat.com>
> https://www.redhat.com/mailman/listinfo/pki-users
>   
>
> *The world's first PCI accreditation for a Point to Point Encryption 
> application.**Find out more... 
> <http://www.the-logic-group.com/pressrelease/Worlds-First-Accreditation-for-PCI-P2PE-Application>**
> *
>
> The Logic Group
> Enterprises Limited
>
> 	
>
> 	
>
> Logic House
> Waterfront Business Park
> Fleet, Hampshire
> GU51 3SB
> United Kingdom
>
> 	
>
> 	
>
> phone
> fax
> email
> web
>
> 	
>
> +44 1252 776 700
> +44 1252 776 738
> info at the-logic-group.com <mailto:info at the-logic-group.com>
> www.the-logic-group.com <http://www.the-logic-group.com>
>
> 	
>
> 	
>
> Registered in England
> Number 2609323
>
> 	
>
> 	
>
> http://www.the-logic-group.com/UploadedImages/34e428b6-82a8-46f4-999d-89403051ff3c.jpg
>
> 	
>
> The Logic Group Enterprises Limited, Logic House, Waterfront Business 
> Park, Fleet Road, Fleet,
> Hampshire, GU51 3SB, United Kingdom. Registered in England. Registered 
> No. 2609323
>
> The information in this email and any attachments are confidential and 
> may be legally privileged and protected by law. It is for the intended 
> recipient only. If you are not the intended recipient you may not use, 
> disclose, copy, distribute, print or rely on the content of this email 
> or its attachments. If this email has been received by you in error 
> please advise the sender and delete the email from your system.
>
> *The world's first PCI accreditation for a Point to Point Encryption 
> application.**Find out more... 
> <http://www.the-logic-group.com/pressrelease/Worlds-First-Accreditation-for-PCI-P2PE-Application>**
> *
>
> The Logic Group
> Enterprises Limited
>
> 	
>
> 	
>
> Logic House
> Waterfront Business Park
> Fleet, Hampshire
> GU51 3SB
> United Kingdom
>
> 	
>
> 	
>
> phone
> fax
> email
> web
>
> 	
>
> +44 1252 776 700
> +44 1252 776 738
> info at the-logic-group.com <mailto:info at the-logic-group.com>
> www.the-logic-group.com <http://www.the-logic-group.com>
>
> 	
>
> 	
>
> Registered in England
> Number 2609323
>
> 	
>
> 	
>
> http://www.the-logic-group.com/UploadedImages/34e428b6-82a8-46f4-999d-89403051ff3c.jpg
>
> 	
>
> The Logic Group Enterprises Limited, Logic House, Waterfront Business 
> Park, Fleet Road, Fleet,
> Hampshire, GU51 3SB, United Kingdom. Registered in England. Registered 
> No. 2609323
>
> The information in this email and any attachments are confidential and 
> may be legally privileged and protected by law. It is for the intended 
> recipient only. If you are not the intended recipient you may not use, 
> disclose, copy, distribute, print or rely on the content of this email 
> or its attachments. If this email has been received by you in error 
> please advise the sender and delete the email from your system.
>
> *The world's first PCI accreditation for a Point to Point Encryption 
> application.**Find out more... 
> <http://www.the-logic-group.com/pressrelease/Worlds-First-Accreditation-for-PCI-P2PE-Application>
> *
>
> The Logic Group
> Enterprises Limited
>
> 		Logic House
> Waterfront Business Park
> Fleet, Hampshire
> GU51 3SB
> United Kingdom 		phone
> fax
> email
> web 	+44 1252 776 700
> +44 1252 776 738
> info at the-logic-group.com
> www.the-logic-group.com 		Registered in England
> Number 2609323 		
>
>
>
> The Logic Group Enterprises Limited, Logic House, Waterfront Business 
> Park, Fleet Road, Fleet,
> Hampshire, GU51 3SB, United Kingdom. Registered in England. Registered 
> No. 2609323
>
> The information in this email and any attachments are confidential and 
> may be legally privileged and protected by law. It is for the intended 
> recipient only. If you are not the intended recipient you may not use, 
> disclose, copy, distribute, print or rely on the content of this email 
> or its attachments. If this email has been received by you in error 
> please advise the sender and delete the email from your system.
>
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/pki-users/attachments/20131016/5bad1621/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 895 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/pki-users/attachments/20131016/5bad1621/attachment.jpe>


More information about the Pki-users mailing list