airflow
Contributor
- Joined
- May 29, 2014
- Messages
- 111
Hi,
I'm having troubles installing a correctly ca-signed certificate on FreeNAS (Version 9.2.1.8).
Steps I took:
Thanks,
airflow
I'm having troubles installing a correctly ca-signed certificate on FreeNAS (Version 9.2.1.8).
Steps I took:
- enable HTTP+HTTPS in settings/general. A self-signed cert is automatically generated; HTTPS access works with this cert.
- i generated my own, ca-signed certificate. I saved it in the form of key and certificate, both Base64 encoded. The private key is encrypted with a passphrase.
- in system/settings/ssl: I cleared all fields in this form except passphrase (where I entered the passphrase for the encrypted private key), and SSL certificate (where I entered the encrypted private key first, then the certificate, both in Base64). the error-message i got here was "You can either enter details to internally create a certificate Or You can copy paste your existing keypair and certificate into the 'ssl_certfile' filed. BUT NOT BOTH!"
- 2nd try (in system/settings/ssl): I decrypted the private key myself. Then I cleared all fields in this form except SSL certificate, where I entered the decrypted private key first, then the certificate, both in Base64. FreeNAS rejects this with the same error-message.
Thanks,
airflow