diff options
author | Kim Alvefur <zash@zash.se> | 2022-08-05 16:54:15 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2022-08-05 16:54:15 +0200 |
commit | 93830ecf40f487100170e22782d1966aa325067c (patch) | |
tree | 2e3b4ea65b2541ee22dcd8bb1f566552f006d115 /certs | |
parent | 0e7e43f62ff33e3d4cdb4f4d079c5d2c1b07aca9 (diff) | |
download | prosody-93830ecf40f487100170e22782d1966aa325067c.tar.gz prosody-93830ecf40f487100170e22782d1966aa325067c.zip |
various: Update IETF RFC URLs for tools.ietf.org transition
See https://www.ietf.org/blog/finalizing-ietf-tools-transition/
Already done in various other places.
Diffstat (limited to 'certs')
-rw-r--r-- | certs/openssl.cnf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/certs/openssl.cnf b/certs/openssl.cnf index ee17b1cf..8a05ecc3 100644 --- a/certs/openssl.cnf +++ b/certs/openssl.cnf @@ -46,7 +46,7 @@ subjectAltName = @subject_alternative_name [ subject_alternative_name ] -# See http://tools.ietf.org/html/rfc6120#section-13.7.1.2 for more info. +# See https://www.rfc-editor.org/rfc/rfc6120.html#section-13.7.1.2 for more info. DNS.0 = example.com otherName.0 = xmppAddr;FORMAT:UTF8,UTF8:example.com |