diff options
| author | Philip Paeps <philip@FreeBSD.org> | 2021-05-21 00:30:32 +0000 |
|---|---|---|
| committer | Philip Paeps <philip@FreeBSD.org> | 2021-05-21 00:30:32 +0000 |
| commit | cef98ab883e29b99acd8a7fa64dd5e562c217c5c (patch) | |
| tree | 4ce61cb3d93b3396cfe956ccc4d6219bb4e3ff2c | |
| parent | a941530652d14ef540b12be2a16ac9e78a0acf65 (diff) | |
fingerprints.cgi: add git.freebsd.org
Note that svn.freebsd.org is still relevant for stable/11 and stable/12.
| -rwxr-xr-x | website/content/en/cgi/fingerprints.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
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'); |
