Update 03-01-2024
This commit is contained in:
@@ -66,6 +66,8 @@ $ tail -f /opt/homebrew/var/log/httpd/access_log
|
||||
|
||||
```bash
|
||||
$ multitail -s 2 /usr/local/var/log/httpd/error_log /usr/local/var/log/httpd/access_log
|
||||
|
||||
$ multitail -s 2 /opt/homebrew/var/log/httpd/error_log /opt/homebrew/var/log/httpd/access_log
|
||||
```
|
||||
|
||||
```bash
|
||||
@@ -387,6 +389,20 @@ Created a new local CA 💥
|
||||
Sudo password:
|
||||
The local CA is now installed in the system trust store! ⚡️
|
||||
The local CA is now installed in the Firefox trust store (requires browser restart)! 🦊
|
||||
|
||||
#
|
||||
# Un certificat "mkcert bruno@AirBook (Bruno Pesenti)" est ajouté dans le Trousseau d'accès (Système/Certficats)
|
||||
```
|
||||
|
||||
!!! info "Si Firefox est configuré avec un mot-de-passe"
|
||||
|
||||
```bash
|
||||
$ mkcert -install
|
||||
The local CA is now installed in the system trust store! ⚡️
|
||||
Enter Password or Pin for "NSS Certificate DB":
|
||||
|
||||
# Entrer le mot-de-passe de Firefox !
|
||||
# https://github.com/FiloSottile/mkcert/issues/50
|
||||
```
|
||||
|
||||
Créer les dossiers pour les certificats:
|
||||
@@ -406,7 +422,7 @@ Created a new certificate valid for the following names 📜
|
||||
|
||||
The certificate is at "./airbook.local.pem" and the key at "./airbook.local-key.pem" ✅
|
||||
|
||||
It will expire on 29 October 2023 🗓
|
||||
It will expire on 18 February 2026 🗓
|
||||
```
|
||||
|
||||
Un certificat et une clé sont créer pour chaque domaine:
|
||||
|
||||
Reference in New Issue
Block a user