PROJET AUTOBLOG


Links

source: Links

⇐ retour index

SSL certificate revocation and how it is broken in practice

vendredi 5 janvier 2018 à 10:16
Must-staple extension.
Pour utilisation ocsp-must-staple avec acme.sh :
«
$ acme.sh --issue --ecc --keylength ec-256 -d foobbz.site -d www.foobbz.site --standalone --staging --ocsp-must-staple
»

Ou must-staple avec certbot :
«
$ certbot certonly --non-interactive --cert-name foobbz.site -d foobbz.site,www.foobbz.site -m admin@foobbz.site --agree-tos --preferred-challenges http-01 --rsa-key-size 2048 --standalone --staging --must-staple
»
Permalink