Skip to content

Apache and daloRadius Configuration

Gabriel Trabanco edited this page May 11, 2020 · 1 revision

Certificates for Apache Server (to later Setup HTTPS with Self Signing certificate)

Due I did on lan without domain I had to setup a Self signing certificate, if you can and you have a domain name I suggest to you setup a Free Let's Encrypt certificate.

To generate the certs exec and reply to the prompt the info that could be viewed by the user:

$ sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/ssl/private/apache-selfsigned.key -out /etc/ssl/certs/apache-selfsigned.crt