I want to use HTTPS for SWA, but I don't know how to configure this.
Can somebody help/advise?

Moderators: ScalixSupport, admin
Change directory and create the certificate
root@scalix:~# cd /etc/pki/tls/misc/
root@scalix:/etc/pki/tls/misc# ./CA -newca
root@scalix:/etc/pki/tls/misc# ./CA -newreq
root@scalix:/etc/pki/tls/misc# ./CA -sign
root@scalix:/etc/pki/tls/misc# mkdir /var/myCA
root@scalix:/var/myCA# cp -a /etc/pki/CA/cacert.pem cacert.pem <- Clave pública (CA)
root@scalix:/var/myCA# cp -a /etc/pki/CA/private/cakey.pem cakey.pem <- Clave privada (CA)
root@scalix:/var/myCA# cp -a /etc/pki/tls/cert.pem cert.pem <- Certificado Servidor
root@scalix:/var/myCA# cp -a /etc/pki/tls/misc/newcert.pem newcert.pem
[root@x misc]# ./CA -sign
Using configuration from /etc/pki/tls/openssl.cnf
unable to load CA private key
18871:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:644:Expecting: ANY PRIVATE KEY
cat: newcert.pem: No such file or directory
Signed certificate is in newcert.pem
[root@x misc]#
[root@x misc]# mkdir /var/myCA
mkdir: cannot create directory `/var/myCA': File exists
mveerdon wrote:When I execute the WIKI I get an error during the second step.
The error is:[root@x misc]# ./CA -sign
Using configuration from /etc/pki/tls/openssl.cnf
unable to load CA private key
18871:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:644:Expecting: ANY PRIVATE KEY
cat: newcert.pem: No such file or directory
Signed certificate is in newcert.pem
[root@x misc]#
[root@x misc]# mkdir /var/myCA
mkdir: cannot create directory `/var/myCA': File exists
Can somebody advise?
tonysu wrote:Another possible option which I myself still haven't fully been implement yet is using Stunnel, particularly if you also need to configure Outlook connections
Users browsing this forum: No registered users and 2 guests