« Let's Encrypt : Renouveler automatiquement les certificats » : différence entre les versions

De www.yakakliker.org
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 15 : Ligne 15 :
[[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>

Version du 21 janvier 2025 à 14:23

sudo certbot renew --force-renewal
certbot certonly --manual --preferred-challenges=dns -d monsite.com, *.monsite.com

Liens

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/