1
0
mirror of https://github.com/wmnnd/nginx-certbot synced 2023-04-20 18:47:46 +08:00

37 Commits

Author SHA1 Message Date
Philipp
d4da48bbcf Make init-letsencrypt.sh executable 2019-06-03 10:25:13 +02:00
Philipp
a939c9f5de Improve punctuation and grammar in README 2019-01-01 22:42:32 +01:00
Philipp
3ce9a291b9 Add purpose of this script to README 2019-01-01 22:40:20 +01: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
Philipp
581a693da2
Merge pull request #1 from unimariJo/master
I’m merging it in the dev branch so I can give it another try before merging it back in master :)
2019-01-01 13:14:24 +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
d5dd11613e Add whitespace to docker-compose
LOL
2018-12-23 14:36:58 +04:00
Yaroslav
efad3c0524 Improved nginx security by default 2018-12-23 14:34:10 +04:00
unimariJo Citorijawa
026ec403df
Add some nginx headers
Thanks @robsalasco! I added this headers because saw your fork and thought that it will be pretty good to have these headers by default.
2018-12-23 00:10:02 +04:00
Yaroslav
c6959851b5 Add restart policy to containers 2018-12-18 12:54:17 +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
2a0b0c5bf2 Fixed the issue with up -d 2018-11-29 19:15:33 +04:00
Yaroslav
be72750afa Small change 2018-11-29 19:12:31 +04:00
Yaroslav
2c9169d95e Executing nginx reload only after everything 2018-11-29 18:56:59 +04:00
Yaroslav
04786e797e Oops.. Fixed the docker-compose command 2018-11-29 18:50:04 +04:00
Yaroslav
18fb999c29 Reload nginx after getting new LetsEncrypt certificate 2018-11-29 18:41:19 +04:00
Yaroslav
7ac0fc9349 Merge branch 'master' of github.com:unimariJo/nginx-certbot 2018-11-29 18:37:45 +04:00
Yaroslav
d3485b19bb Firstly: generate dummy self-signed certs for ALL domains and only then start nginx 2018-11-29 18:37:17 +04:00
unimariJo Citorijawa
71470dc0f9
Code formatting 2018-11-28 19:59:46 +03:00
Yaroslav
6e3f21d4b0 Final fixes are on the way 2018-11-28 20:43:17 +04:00
Yaroslav
092f47b567 Some changes 2018-11-28 20:35:59 +04:00
Yaroslav
d894c1f38b Fixed issue with self-signed certs 2018-11-28 20:33:55 +04:00
Yaroslav
a703ce0d43 Fixes are on the way 2018-11-28 20:11:05 +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
8ef8ac4a89
Automatically reload nginx conf every 6 hours 2018-11-25 11:38:52 +01:00
Philipp
24d36755a8 Add README 2018-09-28 10:50:48 +02:00
Philipp
6236b65a8b Initial commit 2018-09-28 10:17:07 +02:00