git: cef98ab883 - main - fingerprints.cgi: add git.freebsd.org
Philip Paeps <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> AuthorDate: 2021-05-21 00:30:32 +0000 Commit: Philip Paeps <[email protected]> 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'); _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"