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 certificat x
  • 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
  • Let's Encrypt et DSM 6.0 : comment créer et installer un certificat sur votre NAS Synology - Next INpact

    Intéressant, coudé !

    February 11, 2016 at 11:39:31 AM GMT+1 * - permalink -
    QRCode
    - http://www.nextinpact.com/news/98199-lets-encrypt-et-dsm-6-0-comment-creer-certificat-pour-votre-nas-synology.htm
    synology nas security ssl certificat
  • thumbnail
    Are Apple, Google, Microsoft And Mozilla Helping Governments Carry Out Man-In-The-Middle Attacks? | Techdirt

    Comme sebsauvage l'avait déjà fait remarquer, les navigateurs principaux du marché sont livrés avec des certificats pré-installés pour éviter de faire des alertes de sécurité sur n'importe quel certificat SSL publié. Mais voilà, lorsqu'un certificat racine qui a la confiance des utilisateurs est utilisé pour détourner le trafic sécurisé d'un site par un Etat, ça devient vite moins intéressant, pas vrai ?

    Via http://sebsauvage.net/links/?h3sW-A

    November 19, 2014 at 8:27:41 AM GMT+1 * - permalink -
    QRCode
    - https://www.techdirt.com/articles/20141106/05305729062/are-apple-google-microsoft-mozilla-helping-governments-carry-out-man-in-the-middle-attacks.shtml
    security ssl certificat privacy
  • La création des certificats SSL

    Création d'un certificat SSL avec OpenSSL pour utilisation avec Apache

    October 12, 2013 at 12:02:24 PM GMT+2 * - permalink -
    QRCode
    - http://www.linux-france.org/prj/edu/archinet/systeme/ch24s03.html
    apache certificat ssl openssl Tutoriels
Links per page: 20 50 100
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation