Philip Paeps
2021-05-21 00:31:18 UTC
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 <***@FreeBSD.org>
AuthorDate: 2021-05-21 00:30:32 +0000
Commit: Philip Paeps <***@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');
URL: https://cgit.FreeBSD.org/doc/commit/?id=cef98ab883e29b99acd8a7fa64dd5e562c217c5c
commit cef98ab883e29b99acd8a7fa64dd5e562c217c5c
Author: Philip Paeps <***@FreeBSD.org>
AuthorDate: 2021-05-21 00:30:32 +0000
Commit: Philip Paeps <***@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');