Date: Fri, 21 May 2021 00:31:18 GMT From: Philip Paeps <philip@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: cef98ab883 - main - fingerprints.cgi: add git.freebsd.org Message-ID: <202105210031.14L0VIDx061079@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by philip (ports, src committer): URL: https://cgit.FreeBSD.org/doc/commit/?id=cef98ab883e29b99acd8a7fa64dd5e562c217c5c commit cef98ab883e29b99acd8a7fa64dd5e562c217c5c Author: Philip Paeps <philip@FreeBSD.org> AuthorDate: 2021-05-21 00:30:32 +0000 Commit: Philip Paeps <philip@FreeBSD.org> CommitDate: 2021-05-21 00:30:32 +0000 fingerprints.cgi: add git.freebsd.org Note that svn.freebsd.org is still relevant for stable/11 and stable/12. --- website/content/en/cgi/fingerprints.cgi | 1 + 1 file changed, 1 insertion(+) diff --git a/website/content/en/cgi/fingerprints.cgi b/website/content/en/cgi/fingerprints.cgi index 2dd58ce23d..bc99be8985 100755 --- a/website/content/en/cgi/fingerprints.cgi +++ b/website/content/en/cgi/fingerprints.cgi @@ -20,6 +20,7 @@ print qq{<h1>FreeBSD HTTPS/SSL/TLS Server Certificate Fingerprints</h1>\n}; print qq{<p>The FreeBSD Project makes use of <a href="https://letsencrypt.org">Let's Encrypt</a> certificates for many of its HTTPS/SSL/TLS services. These certificates are automatically updated every 60 days. The current certificate fingerprints of significant services are listed below.</p>\n}; # Note: These are all case sensitive. Use lower case to match the file names. +&Fingerprint('git.freebsd.org'); &Fingerprint('svn.freebsd.org'); &Fingerprint('download.freebsd.org'); &Fingerprint('pkg.freebsd.org');
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105210031.14L0VIDx061079>