Chibibowa
25/02/2017, 11h30
Why not go SSL ? SSL c'est la vie, et c'est beau :D. Plus de sécurité, et le https tout vert :D.
Let's encrypt c'est gratuit en plus, si vous voulez pas payer.
Sinon y'a des possibilités de SSL payant, mais abordable, puis y'a GlobalSign ou Symantec.
Faites votre choix :)
Procédure d'installation sur Apache sur Debian 8. (nginx également supporté). Avec auto renew, donc c'est comme un SSL gratuit à vie.
Install
Since Certbot is packaged for your system, all you'll need to do is apt-get the following packages.
First you'll have to follow the instructions here to enable the Jessie backports repo, if you have not already done so. Then do:
$ sudo apt-get install python-certbot-apache -t jessie-backports
Get Started
Certbot has a fairly solid beta-quality Apache plugin, which is supported on many platforms, and automates both obtaining and installing certs:
$ certbot --apache
If you're feeling more conservative and would like to make the changes to your Apache configuration by hand, you can use the certonly subcommand:
$ certbot --apache certonly
To learn more about how to use Certbot read our documentation.
Automating renewal
The Certbot packages on your system come with a cron job that will renew your certificates automatically before they expire. Since Let's Encrypt certificates last for 90 days, it's highly advisable to take advantage of this feature. You can test automatic renewal for your certificates by running this command:
certbot renew --dry-run
Let's encrypt c'est gratuit en plus, si vous voulez pas payer.
Sinon y'a des possibilités de SSL payant, mais abordable, puis y'a GlobalSign ou Symantec.
Faites votre choix :)
Procédure d'installation sur Apache sur Debian 8. (nginx également supporté). Avec auto renew, donc c'est comme un SSL gratuit à vie.
Install
Since Certbot is packaged for your system, all you'll need to do is apt-get the following packages.
First you'll have to follow the instructions here to enable the Jessie backports repo, if you have not already done so. Then do:
$ sudo apt-get install python-certbot-apache -t jessie-backports
Get Started
Certbot has a fairly solid beta-quality Apache plugin, which is supported on many platforms, and automates both obtaining and installing certs:
$ certbot --apache
If you're feeling more conservative and would like to make the changes to your Apache configuration by hand, you can use the certonly subcommand:
$ certbot --apache certonly
To learn more about how to use Certbot read our documentation.
Automating renewal
The Certbot packages on your system come with a cron job that will renew your certificates automatically before they expire. Since Let's Encrypt certificates last for 90 days, it's highly advisable to take advantage of this feature. You can test automatic renewal for your certificates by running this command:
certbot renew --dry-run