Commit Graph

22 Commits

Author SHA1 Message Date
Alexander Dushkin 9fdb9461e7
Fix fake cert key length
This changes the key length for the fake certificate to match the key length of the real certificate. A 1024-bit key prevented nginx from booting up on my server because of a "key too short" error.
2020-06-28 00:20:46 -04:00
Michał Wrzosek 59b0b8d34c
Updated outdated URLs 2019-11-26 22:01:32 +01:00
William Myllenberg 93e053d3bf Updated URL to recommended TLS parameters 2019-08-07 15:47:16 +02:00
Adrien Leravat 831b8abd7e
Use `example.org` everywhere for consistency
This makes it a bit easier when doing a string search/replacement, by only having to replace `example.org`. Nginx's `app.conf` uses `example.org`.
2019-06-16 15:03:02 -07:00
Yossi Nixon 2ab4744710
Update init-letsencrypt.sh 2019-05-03 11:23:05 +03:00
Yossi Nixon 9d31dae19d added execute permissions to init-letsencrypt.sh 2019-05-03 07:56:00 +00:00
Yossi Nixon 553525fd36 check if docker-compose exists 2019-05-03 07:35:00 +00:00
Philipp f321682f1f Add missing done after domain_args for loop 2019-01-01 22:30:57 +01:00
Philipp 4fcc3a3565 Add reloading echo 2019-01-01 22:12:42 +01:00
Philipp 5be706be5f Use --force-recreate to restart nginx 2019-01-01 22:12:12 +01:00
Philipp 94c73dbf3f Request only one certificate for all domains 2019-01-01 22:10:24 +01:00
Philipp 07f113d3d8 Add newline for output clarity 2019-01-01 22:07:00 +01:00
Philipp 341ae11626 Use || operator to check if *either* TLS parameter file is missing 2019-01-01 22:06:23 +01:00
Philipp b76f6f7feb Ask for confirmation to replace existing data only once 2019-01-01 22:05:43 +01:00
Philipp 4de77dc45d Change default domains to example.com/www.example.com
This should make it clearer that init-letsencrypt creates *one*
certificate for all domains
2019-01-01 21:58:57 +01:00
Yaroslav 4bba9042d7 Fix grammar 2018-12-23 14:50:09 +04:00
Yaroslav cd61ed5255 Root privileges are now optional 2018-12-23 14:47:29 +04:00
Yaroslav a85799cfa7 Add error when init-letsencrypt.sh runs doesn't run as root 2018-12-18 00:01:41 +04:00
Yaroslav 38c07f2fcb Switched back to 1024 RSA & renamed certbot.sh -> init-letsencrypt.sh
It is useless to use RSA 4096 self-signed certificate because it will be removed
2018-11-29 20:30:39 +04:00
Yaroslav 1504f3f899 A lot of changes
Now you can simply add new domain to the certbot.sh and rerun script, other domains' certificates won't be touched

You can now choose what to delete or not delete

And other which is needed to be d
2018-11-28 20:01:49 +04:00
Yaroslav 73af7708a0 Code formatting 2018-11-28 18:04:05 +04:00
Philipp 6236b65a8b Initial commit 2018-09-28 10:17:07 +02:00