diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-02-15 18:43:30 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-02-15 18:43:30 -0500 |
commit | 9aabfb1b53560cbdcd3c6b1de6582cc7721b2801 (patch) | |
tree | 11c5a636cbcfd84d5948864a78fe582f9b15791b /app-misc/ca-certificates | |
parent | sys-apps/systemd: point all gnu-efi options at SYSROOT (diff) | |
download | gentoo-9aabfb1b53560cbdcd3c6b1de6582cc7721b2801.tar.gz gentoo-9aabfb1b53560cbdcd3c6b1de6582cc7721b2801.tar.bz2 gentoo-9aabfb1b53560cbdcd3c6b1de6582cc7721b2801.zip |
app-misc/ca-certificates: move debugging tips to the wiki
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'app-misc/ca-certificates')
3 files changed, 6 insertions, 30 deletions
diff --git a/app-misc/ca-certificates/ca-certificates-20200601.3.53.ebuild b/app-misc/ca-certificates/ca-certificates-20200601.3.53.ebuild index 0858beed32b0..db37dd8ef656 100644 --- a/app-misc/ca-certificates/ca-certificates-20200601.3.53.ebuild +++ b/app-misc/ca-certificates/ca-certificates-20200601.3.53.ebuild @@ -13,16 +13,8 @@ # now we know our cert database is kept in sync with nss and, if need be, # can be sync with nss tip of tree more frequently to respond to bugs. -# When triaging bugs from users, here's some handy tips: -# - To see what cert is hitting errors, use openssl: -# openssl s_client -port 443 -CApath /etc/ssl/certs/ -host $HOSTNAME -# Focus on the errors written to stderr. -# -# - Look at the upstream log as to why certs were added/removed: -# https://hg.mozilla.org/projects/nss/log/tip/lib/ckfw/builtins/certdata.txt -# -# - If people want to add/remove certs, tell them to file w/mozilla: -# https://bugzilla.mozilla.org/enter_bug.cgi?product=NSS&component=CA%20Certificates&version=trunk +# When triaging user reports, refer to our wiki for tips: +# https://wiki.gentoo.org/wiki/Certificates#Debugging_certificate_issues EAPI=6 diff --git a/app-misc/ca-certificates/ca-certificates-20200601.3.59.ebuild b/app-misc/ca-certificates/ca-certificates-20200601.3.59.ebuild index de868281fd53..65559a6386b6 100644 --- a/app-misc/ca-certificates/ca-certificates-20200601.3.59.ebuild +++ b/app-misc/ca-certificates/ca-certificates-20200601.3.59.ebuild @@ -13,16 +13,8 @@ # now we know our cert database is kept in sync with nss and, if need be, # can be sync with nss tip of tree more frequently to respond to bugs. -# When triaging bugs from users, here's some handy tips: -# - To see what cert is hitting errors, use openssl: -# openssl s_client -port 443 -CApath /etc/ssl/certs/ -host $HOSTNAME -# Focus on the errors written to stderr. -# -# - Look at the upstream log as to why certs were added/removed: -# https://hg.mozilla.org/projects/nss/log/tip/lib/ckfw/builtins/certdata.txt -# -# - If people want to add/remove certs, tell them to file w/mozilla: -# https://bugzilla.mozilla.org/enter_bug.cgi?product=NSS&component=CA%20Certificates&version=trunk +# When triaging user reports, refer to our wiki for tips: +# https://wiki.gentoo.org/wiki/Certificates#Debugging_certificate_issues EAPI=6 diff --git a/app-misc/ca-certificates/ca-certificates-20200601.3.60.ebuild b/app-misc/ca-certificates/ca-certificates-20200601.3.60.ebuild index efcdad63373a..2f777c592fc7 100644 --- a/app-misc/ca-certificates/ca-certificates-20200601.3.60.ebuild +++ b/app-misc/ca-certificates/ca-certificates-20200601.3.60.ebuild @@ -13,16 +13,8 @@ # now we know our cert database is kept in sync with nss and, if need be, # can be sync with nss tip of tree more frequently to respond to bugs. -# When triaging bugs from users, here's some handy tips: -# - To see what cert is hitting errors, use openssl: -# openssl s_client -port 443 -CApath /etc/ssl/certs/ -host $HOSTNAME -# Focus on the errors written to stderr. -# -# - Look at the upstream log as to why certs were added/removed: -# https://hg.mozilla.org/projects/nss/log/tip/lib/ckfw/builtins/certdata.txt -# -# - If people want to add/remove certs, tell them to file w/mozilla: -# https://bugzilla.mozilla.org/enter_bug.cgi?product=NSS&component=CA%20Certificates&version=trunk +# When triaging user reports, refer to our wiki for tips: +# https://wiki.gentoo.org/wiki/Certificates#Debugging_certificate_issues EAPI=7 |