« Let's Encrypt : Renouveler automatiquement les certificats » : différence entre les versions
De www.yakakliker.org
(Page créée avec « <syntaxhighlight lang="bash"> sudo certbot renew --force-renewal </syntaxhighlight> === Lien === https://quillevere.net/programmation/linux/creer-renouveler-ses-certificats-let-s-encrypt-automatiquement-2_60908.htm Catégorie:Let's Encrypt Catégorie:Scripts Catégorie:Certificats ») |
Aucun résumé des modifications |
||
(2 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
sudo certbot renew --force-renewal | sudo certbot renew --force-renewal | ||
</syntaxhighlight><syntaxhighlight lang="bash"> | |||
certbot certonly --manual --preferred-challenges=dns -d monsite.com, *.monsite.com | |||
</syntaxhighlight> | </syntaxhighlight> | ||
=== | === Liens === | ||
https://quillevere.net/programmation/linux/creer-renouveler-ses-certificats-let-s-encrypt-automatiquement-2_60908.htm | https://quillevere.net/programmation/linux/creer-renouveler-ses-certificats-let-s-encrypt-automatiquement-2_60908.htm | ||
https://coderocks.fr/datarocks/serverweb-letsencrypt-utilisation/lets-encrypt-renouveler-manuellement-certificat-ssl-wildcard-1184/ | |||
[[Catégorie:Let's Encrypt]] | [[Catégorie:Let's Encrypt]] | ||
[[Catégorie:Scripts]] | [[Catégorie:Scripts]] | ||
[[Catégorie:Certificats]] | [[Catégorie:Certificats]] | ||
<html> | |||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script> | |||
<script> | |||
kofiWidgetOverlay.draw('yakakliker', { | |||
'type': 'floating-chat', | |||
'floating-chat.donateButton.text': 'Café', | |||
'floating-chat.donateButton.background-color': '#00b9fe', | |||
'floating-chat.donateButton.text-color': '#fff' | |||
}); | |||
</script> | |||
</html> | |||
<html> | |||
<a href="https://www.compteurdevisite.com" title="compteur web gratuit sans pub"><img src="https://counter6.optistats.ovh/private/compteurdevisite.php?c=b4epghealnwlf7wuq7gn3ygll9aywrfx" border="0" title="compteur web gratuit sans pub" alt="compteur web gratuit sans pub"></a> | |||
</html> |
Dernière version du 17 février 2025 à 18:11
sudo certbot renew --force-renewal
certbot certonly --manual --preferred-challenges=dns -d monsite.com, *.monsite.com