1373 links
192 private links
  • Liens de WebManiaK
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
4 results tagged certificate x
  • Security/Server Side TLS - MozillaWiki

    Une liste régulièrement mise à jour des bonnes pratiques de sécurité dans la configuration de serveurs utilisant les certificats de sécurité type TLS (https)

    May 23, 2020 at 3:50:41 PM GMT+2 * - permalink -
    QRCode
    - https://wiki.mozilla.org/Security/Server_Side_TLS
    security tls certificate
  • thumbnail
    Sécuriser facilement et gratuitement un site avec HTTPS - Korben

    Un excellent tuto de tonton Korben concernant l'utilisation de Let's encrypt et de l'outil Certbot de l'EFF.

    April 21, 2017 at 2:24:37 PM GMT+2 * - permalink -
    QRCode
    - https://korben.info/securiser-facilement-gratuitement-site-https.html
    eff certbot certificate ssl security apache
  • Certbot

    Le client Let's Encrypt de l'EFF (l'officiel, donc) est plutôt bien fait, mais je trouve qu'une documentation un peu plus claire n'aurait pas été un mal. Bref, pour ma part, j'ai procédé à l'installation comme ça:

    $ mkdir /opt/certbot
    $ cd /opt/certbot/
    $ wget https://dl.eff.org/certbot-auto
    $ chmod a+x certbot-auto
    $ ./certbot-auto version
    $ ./certbot-auto --apache -d mondomaine.com,www.mondomaine.com --email info@mondomaine.com --rsa-key-size 4096

    Et voilà, certificats générés pour mondomaine.com en RSA-4096 :)
    Pour renouveler, une petite règle cron:
    $ /opt/certbot/certbot-auto certonly --apache -n -d mondomaine.com,www.mondomaine.com --email info@mondomaine.com --rsa-key-size 4096

    Et si vous ne voulez pas vous embêter avec tous ces paramètres, un fichier de configuration peut être fourni avec le flag -c (voir ici: https://certbot.eff.org/docs/using.html#configuration-file)

    October 16, 2016 at 8:15:12 PM GMT+2 * - permalink -
    QRCode
    - https://certbot.eff.org/
    ssl letsencrypt certificat certificate Web server security
  • StartSSL

    An SSL certification provider that offers SSL certificates for free (or practically free)

    July 3, 2013 at 1:55:55 PM GMT+2 * - permalink -
    QRCode
    - http://www.startssl.com
    certificate ssl provider free gratuit service
Links per page: 20 50 100
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation