https://bz.apache.org/bugzilla/show_bug.cgi?id=63935

            Bug ID: 63935
           Summary: private keys used with SSLProxyMachineCertificateFile
           Product: Apache httpd-2
           Version: 2.4-HEAD
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Documentation
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

When looking at the documentation at
https://httpd.apache.org/docs/2.4/en/mod/mod_ssl.html#sslproxymachinecertificatefile
I am missing the information that the required format for the secret/private
key is PKCS#1 ('BEGIN/END RSA PRIVATE KEY') and not PKCS#8 ('BEGIN/END PRIVATE
KEY') as produced by openssl by default.

A way to convert the PKCS#8 key to PKCS#1 is 'openssl rsa -in
${seckey-pkcs8}.pem -outform pem >> ${seckey-pkcs1}.pem'

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to