Hello Hugo,
I need help regarding installing my SSL certificate in hiawatha.
I currently have an .pem file named /etc/hiawatha/ssl.pem, in /etc/hiawatha/hiawatha.conf - the following is configured:
Binding {
Port = 443
SSLcertFile = /etc/hiawatha/ssl.pem
}
My /etc/hiawatha/ssl.pem looks like:
-----BEGIN RSA PRIVATE KEY-----
Private certificate
-----END RSA PRIVATE KEY-----
-----BEGIN CERTIFICATE-----
Public certificate
-----END CERTIFICATE----
-----BEGIN CERTIFICATE-----
CA certificate
-----END CERTIFICATE-----
So, now when I restart hiawatha, hiawatha just shuts down and trys(?) to start, it doesnt start (hangs up).
Hiawatha version: 8.6
Operating System: Debian Squeeze 6 - AMD64
Have you an idea regarding the problem?
Thanks - Debi@n