Difference between revisions of "SUNScholar/Secure Internet Connections/S03"
Jump to navigation
Jump to search
m |
|||
| (3 intermediate revisions by the same user not shown) | |||
| Line 10: | Line 10: | ||
==Step 3. Get the intermediate CA certs== | ==Step 3. Get the intermediate CA certs== | ||
| − | Consult your | + | ''Consult with your SSL certificate provider for instructions on how to get the required intermediate CA certs.'' |
Below are some example intermediate certs. | Below are some example intermediate certs. | ||
| Line 26: | Line 26: | ||
===Intermediate CA certs links=== | ===Intermediate CA certs links=== | ||
For more intermediate CA cert info see the following links: | For more intermediate CA cert info see the following links: | ||
| + | *http://en.wikipedia.org/wiki/Intermediate_certificate_authorities | ||
*https://en.wikipedia.org/wiki/Certificate_authority | *https://en.wikipedia.org/wiki/Certificate_authority | ||
*https://en.wikipedia.org/wiki/Public_key_certificate | *https://en.wikipedia.org/wiki/Public_key_certificate | ||
*https://en.wikipedia.org/wiki/Web_of_trust | *https://en.wikipedia.org/wiki/Web_of_trust | ||
| − | + | ||
;Main Links | ;Main Links | ||
*https://www.verisign.com/support/verisign-intermediate-ca/secure-site-intermediate/index.html | *https://www.verisign.com/support/verisign-intermediate-ca/secure-site-intermediate/index.html | ||
| Line 36: | Line 37: | ||
*https://knowledge.verisign.com/support/ssl-certificates-support/index?page=content&id=AR1732 | *https://knowledge.verisign.com/support/ssl-certificates-support/index?page=content&id=AR1732 | ||
*https://knowledge.verisign.com/support/ssl-certificates-support/index?page=content&actp=CROSSLINK&id=AR657 | *https://knowledge.verisign.com/support/ssl-certificates-support/index?page=content&actp=CROSSLINK&id=AR657 | ||
| + | [[Category:System Administration]] | ||
Latest revision as of 11:46, 28 May 2016
NEXT
PREVIOUS
!!!! Do not continue until you have all the required certs from a trusted authority !!!!
Step 3. Get the intermediate CA certs
Consult with your SSL certificate provider for instructions on how to get the required intermediate CA certs.
Below are some example intermediate certs.
Download the certs from the following links by typing as follows:
cd /etc/ssl/certs
Get the primary intermediate Symantec CA cert:
wget http://web.lib.sun.ac.za/style/sunscholar/certs/PCA-3G3.pem
- OR
wget http://web.lib.sun.ac.za/style/sunscholar/certs/PCA-3G5.pem
Get the secondary intermediate Symantec CA cert:
wget http://web.lib.sun.ac.za/style/sunscholar/certs/ICA-3G3.pem
- OR
wget http://web.lib.sun.ac.za/style/sunscholar/certs/ICA-3G5.pem
Intermediate CA certs links
For more intermediate CA cert info see the following links:
- http://en.wikipedia.org/wiki/Intermediate_certificate_authorities
- https://en.wikipedia.org/wiki/Certificate_authority
- https://en.wikipedia.org/wiki/Public_key_certificate
- https://en.wikipedia.org/wiki/Web_of_trust
- Main Links
- https://www.verisign.com/support/verisign-intermediate-ca/secure-site-intermediate/index.html
- http://www.verisign.com/support/roots.html
- Other Links