Of course it will check the format of the file, check that the file
contains one (1) private key, and that the file contain one (1)
certificate.
It will then check if the private key is encrypted, if thats true, it
will try to decrypt using the user's password.
The file upload will accept all widely aviable certificate formats,
but to prevent corruption and hacking/injection, it will read out
every attribute of the certificate using a certificate parser module,
and then write them to a new variable.
If the certificate is undamaged, the signature will verify sucessfully
using the publickey of the CA certificate, else it will fail
verification, and the certificate will not be written to the PEM file.
---------------------
Is SSLProxyMachineCertificatePath (note that the directive ends in
Path, not File that I asked about earlier), readed in at startup or
when its needs a certificate from that folder?
>> Stay informed about: Is SSLProxyMachineCertificateFile read in at start or usage?