Skip to content
Snippets Groups Projects
Commit a0a671b3 authored by ludovic's avatar ludovic
Browse files

Update https_apache.md

parent 0348305a
No related branches found
No related tags found
Loading
Mise en place du https
============================================
Module apache à activer :
```
a2enmode
```
A modifier :
```
SSLCertificateFile /etc/ssl/certs/fullchain.pem
SSLCertificateKeyFile /etc/ssl/private/privkey.pem
```
Vhost https:
```
<IfModule mod_ssl.c>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment