Remove unnecessary trailing whitespace
[openssl.git] / doc / HOWTO / proxy_certificates.txt
index 642bec92876ec7720d88bb22e02b44cb683c8ec1..2936cd6e518b1b1c8e0d9ea1446caa72264006db 100644 (file)
@@ -18,7 +18,7 @@ rights to some other entity (a computer process, typically, or sometimes to the
 user itself).  This allows the entity to perform operations on behalf of the
 owner of the EE certificate.
 
-See http://www.ietf.org/rfc/rfc3820.txt for more information.
+See https://www.ietf.org/rfc/rfc3820.txt for more information.
 
 
 2. A warning about proxy certificates
@@ -315,5 +315,5 @@ certificates checked properly, using the code above:
   SSL_CTX_set_cert_verify_callback(s_ctx, my_X509_verify_cert, &needed_rights);
 
 
--- 
+--
 Richard Levitte