Difference between revisions of "PKI Subversion Instructions"
From Dogtag
(→PKI Subversion Source Code) |
(→PKI Subversion Source Code) |
||
Line 17: | Line 17: | ||
When attempting to check out the source code for the first time, something similar to the following message may be displayed: | When attempting to check out the source code for the first time, something similar to the following message may be displayed: | ||
− | Error validating server certificate for 'https://pki.fedoraproject.org:443': | + | Error validating server certificate for <nowiki>'https://pki.fedoraproject.org:443':</nowiki> |
- The certificate is not issued by a trusted authority. Use the | - The certificate is not issued by a trusted authority. Use the | ||
fingerprint to validate the certificate manually! | fingerprint to validate the certificate manually! |
Revision as of 08:38, 4 April 2008
Checking out PKI Source Code via Subversion
Subversion
You will need to have the Subversion tools available if you want to check out the source and build by hand:
yum install subversion
PKI Subversion Source Code
Check out a read-only copy of the PKI source tree by issuing the following commands:
mkdir src cd src svn co https://pki.fedoraproject.org/svn/pki/trunk/pki
When attempting to check out the source code for the first time, something similar to the following message may be displayed:
Error validating server certificate for 'https://pki.fedoraproject.org:443': - The certificate is not issued by a trusted authority. Use the fingerprint to validate the certificate manually! Certificate information: - Hostname: pki.fedoraproject.org - Valid: from Tue, 25 Mar 2008 18:58:00 GMT until Wed, 25 Mar 2009 18:58:00 GMT - Issuer: pki.fedoraproject.org - Fingerprint: cd:9c:91:2d:ad:0e:04:27:3a:be:36:65:39:fb:dc:7f:41:47:26:c8 (R)eject, accept (t)emporarily or accept (p)ermanently?
Pay special attention to the Fingerprint, as it much MATCH the following SHA1 Fingerprint EXACTLY:
cd:9c:91:2d:ad:0e:04:27:3a:be:36:65:39:fb:dc:7f:41:47:26:c8
IMPORTANT: | If the fingerprints do NOT match exactly, the user is NOT downloading the Dogtag source code from the official Dogtag repository, and the (R)eject option should be selected. Please report any such incident by cutting and pasting the erroneous message into an email, and send it to pki-devel@redhat.com. |