From: Rainer Jung Date: Tue, 18 Aug 2020 09:48:08 +0000 (+0000) Subject: Xforms. [skip ci] X-Git-Tag: 2.5.0-alpha2-ci-test-only~1232 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b05918bb3e6a85c5f6bf2380a87dc2667c577be8;p=thirdparty%2Fapache%2Fhttpd.git Xforms. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1880959 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en index 199c781b275..f9d95717a34 100644 --- a/docs/manual/mod/mod_ssl.html.en +++ b/docs/manual/mod/mod_ssl.html.en @@ -1949,6 +1949,13 @@ or additionally to SSLProxyMachineCertificatePath.

Currently there is no support for encrypted private keys

+
+

Only keys encoded in PKCS1 RSA, DSA or EC format are supported. +Keys encoded in PKCS8 format, ie. starting with +"-----BEGIN PRIVATE KEY-----", +must be converted, eg. using +"openssl rsa -in private-pkcs8.pem -outform pem".

+

Example

SSLProxyMachineCertificateFile "/usr/local/apache2/conf/ssl.crt/proxy.pem"
@@ -1975,6 +1982,13 @@ contain a PEM-encoded certificate and matching private key.

Currently there is no support for encrypted private keys

+
+

Only keys encoded in PKCS1 RSA, DSA or EC format are supported. +Keys encoded in PKCS8 format, ie. starting with +"-----BEGIN PRIVATE KEY-----", +must be converted, eg. using +"openssl rsa -in private-pkcs8.pem -outform pem".

+

Example

SSLProxyMachineCertificatePath "/usr/local/apache2/conf/proxy.crt/"
@@ -2075,6 +2089,13 @@ source Status:Extension Module:mod_ssl +

SSLRandomSeed is deprecated

+ +

The SSLRandomSeed directive is deprecated, and is +completely ignored if httpd is built using OpenSSL version 1.1.1 or +later.

+
+

This configures one or more sources for seeding the Pseudo Random Number Generator (PRNG) in OpenSSL at startup time (context is @@ -2886,4 +2907,4 @@ if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); } //--> - \ No newline at end of file +