Mise à jour de 'services/viso.libre-service.eu.md'
This commit is contained in:
parent
b2cabb4ed6
commit
8d728322c3
1 changed files with 6 additions and 1 deletions
|
@ -20,8 +20,13 @@ Lancer la génération :
|
||||||
```
|
```
|
||||||
/usr/bin/dehydrated -c
|
/usr/bin/dehydrated -c
|
||||||
```
|
```
|
||||||
Activer un `virtualhost` pour le ssl.
|
|
||||||
|
|
||||||
|
Activer le module SSL d'Apache :
|
||||||
|
```
|
||||||
|
a2enmod ssl
|
||||||
|
```
|
||||||
|
|
||||||
|
Activer un `virtualhost` pour le ssl, puis relancer Apache :
|
||||||
```
|
```
|
||||||
systemctl reload apache2.service
|
systemctl reload apache2.service
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue