diff options
| author | Jan Pokorný <jpokorny@redhat.com> | 2013-10-17 22:33:32 +0200 |
|---|---|---|
| committer | Jan Pokorný <jpokorny@redhat.com> | 2013-10-17 22:36:28 +0200 |
| commit | ce1601263f27936a263e6eadffa3fa069075e20e (patch) | |
| tree | 47562c9cea6bdae87307c4c731a60be3f9860e43 /scripts/firstrun/00-certs-common | |
| parent | 0fd901b89bc6a2082cbe94a81d76a073331681fd (diff) | |
| download | dotfiles-ce1601263f27936a263e6eadffa3fa069075e20e.tar.gz dotfiles-ce1601263f27936a263e6eadffa3fa069075e20e.tar.xz dotfiles-ce1601263f27936a263e6eadffa3fa069075e20e.zip | |
Cert scripts: allow for self-signed chain, drop trust in CA_BUNDLE
Also in the client script, add support for GitHub to be accessed via
https.
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'scripts/firstrun/00-certs-common')
| -rw-r--r-- | scripts/firstrun/00-certs-common | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/firstrun/00-certs-common b/scripts/firstrun/00-certs-common index 83d92d9..cd1e754 100644 --- a/scripts/firstrun/00-certs-common +++ b/scripts/firstrun/00-certs-common @@ -9,4 +9,10 @@ pushd ../certs >/dev/null # ./cert-import homebundle firefox https://www.cacert.org/certs/root.crt # ./cert-import homebundle -nocrl https://crl.cacert.org/revoke.crl +# GitHub +./cert-import homebundle -nocrl \ + https://www.digicert.com/CACerts/DigiCertHighAssuranceEVRootCA.pem \ + https://www.digicert.com/CACerts/DigiCertHighAssuranceEVCA-1.crt +./cert-import homebundle -nocrl www.github.com + popd >/dev/null |
