1
0
Fork 0
Commit Graph

508 Commits

Author SHA1 Message Date
Nicolas Duchon 33d1514a62
Fix CI breakage due to Boulder (#554)
Boulder master is currently broken on Docker:
https://github.com/letsencrypt/boulder/issues/4284
2019-06-23 18:42:59 +02:00
François 33a18c012f
[doc] Fix: missing backslash in 2 commands 2019-06-20 14:16:17 +02:00
Nicolas Duchon 33b7d93196
Merge pull request #550 from buchdag/default-email
Add environment variable for global default email.
2019-06-11 10:42:48 +02:00
Nicolas Duchon ba8ae0fb76
[skip-ci] recommend using DEFAULT_EMAIL
instead or in addition to LETSENCRYPT_EMAIL
2019-06-10 17:13:32 +02:00
Nicolas Duchon a0b59c9688
[skip-ci] warn about LETSENCRYPT_EMAIL issue 2019-06-10 17:13:11 +02:00
Nicolas Duchon 4febd32f93
Merge pull request #548 from buchdag/cow
Use cp+rm / sed+cp+rm instead of mv / sed -i on location configuration
2019-06-09 14:44:00 +02:00
Nicolas Duchon 36ef610f0e
Use cp/rm instead of mv on location configuration
mv does not work with file bind mounted
inside a container with --volume as their inode
can't be changed from within the container
2019-06-09 14:18:05 +02:00
Nicolas Duchon bd3e3e6156
Add location configuration test unit 2019-06-09 14:05:10 +02:00
Nicolas Duchon b66d21b60e
Add DEFAULT_EMAIL global env variable 2019-05-30 11:17:17 +02:00
Nicolas Duchon 6b07d6bd29
[skip ci] Remove nginx-proxy DH parameters issue's warning
This reverts commit 425ef0eee7.
nginx-proxy issue has been fixed.
2019-05-28 23:37:47 +02:00
Nicolas Duchon 425ef0eee7
Warn about nginx-proxy DH parameters issue 2019-05-21 00:54:17 +02:00
Nicolas Duchon 48b4b450ce
Fix DH parameters overwrite issue (#545)
fix #543
2019-05-20 17:16:37 +02:00
Nicolas Duchon 522d396b0d
Fix unbound variable issue in get_self_cid
fix #542
2019-05-17 18:01:59 +02:00
Nicolas Duchon b89be7eae4
Switch to Python 3 (#540)
Python 2.7 will reach its end of life on 1st Jan 2020
2019-05-16 10:42:32 +02:00
Nicolas Duchon 6910b72d41
Upgrade image to alpine 3.9 (#538)
Base image upgrade.
2019-05-15 12:40:46 +02:00
Nicolas Duchon dbb3e6fb35
Update build stage to golang 1.12 (#539)
golang version bump
2019-05-15 12:40:32 +02:00
Nicolas Duchon 8f694ca63e
Update simp_le to 0.14.0 (#537) 2019-05-15 11:29:13 +02:00
Nicolas Duchon ca8befd5d8
[skip ci] Merge pull request #519 from MalteT/patch-1
Add  a minor help on how to create certs for multiple hosts
2019-03-12 15:46:47 +01:00
MalteT 46065a1cd2
Make usage with multiple hosts explicit 2019-03-11 15:12:06 +01:00
Nicolas Duchon 4b4fd76b45
Merge pull request #516 from xiamaz/fixcid
Correctly retry if format is not expected
2019-03-08 00:13:31 +01:00
Max Zhao af4784d444 Fixing get cid to retry alternative sources. Also use regex to exactly match 64 char CID 2019-02-28 10:47:14 +01:00
Nicolas Duchon 04fbee42cf
Update simp_le to 0.13.0 (#515) 2019-02-25 16:06:12 +01:00
Nicolas Duchon 16e50ac24e
[skip ci] Merge pull request #507 from TeddyBear06/master
Update README.md
2019-02-11 18:48:27 +01:00
T3d 20ae17f063
Update README.md
Missing backslash.
2019-02-10 12:15:50 +01:00
Nicolas Duchon 85a6a5d225
[skip ci] Merge pull request #502 from mujahed1987/patch-1
fix syntax in step 3
2019-01-23 20:45:09 +01:00
mujahed1987 1637f7df92
fix syntax in step 3
adding missed " \"  ### Step 3 - proxyed container(s) after ```---name your-proxyed-app```
2019-01-22 18:40:00 +02:00
Nicolas Duchon 3f796ded2b
Merge pull request #500 from MatthijsKok/patch-1
Fix typo
2019-01-17 13:05:07 +01:00
Matthijs Kok c4153c5836
Fix typo 2019-01-17 09:24:52 +01:00
Nicolas Duchon fb2d0b2371
Use multiple methods to obtain self cid (#499)
fix #498
2019-01-16 11:29:24 +01:00
Nicolas Duchon 804344b4e4
[skip ci] Update test certificate doc (#497)
fix #496

Co-authored-by: @VincentSaelzler
2019-01-15 14:01:47 +01:00
Nicolas Duchon d0e2cd4155
[skip ci] Merge pull request #495 from chrisarusso/patch-1
Update Invalid-authorizations.md
2019-01-14 11:17:24 +01:00
Chris Russo 4dfa6ea7ea
Update Invalid-authorizations.md
fix typo
2019-01-14 01:00:16 -05:00
Nicolas Duchon cff8e96da6
[skip ci] Documentation rework (#493) 2019-01-11 18:58:49 +01:00
Nicolas Duchon 407c7c4467
Merge pull request #491 from buchdag/self-cid
Simplify the self cid discovery mechanism
2019-01-10 12:27:54 +01:00
Nicolas Duchon 70405ffde9
Simplify the self cid discovery mechanism
Also remove the hard requirement that the container get its
self cid during entrypoint as it is only used to produce a warning
and to get the nginx-proxy container id through --volumes-from,
which is only one of the three methods.

The fact that the LE container could get an nginx-proxy container id
is independently verified by the entrypoint script anyway and this
hard requirement on getting its self cid has been known to cause
troubles with containers running under orchestrators such as Amazon ECS
or Kubernetes.
2019-01-09 20:49:11 +01:00
Nicolas Duchon 7dd2cd67e5
Merge pull request #485 from Greek64/PR
Add LETSENCRYPT_MIN_VALIDITY variable
2019-01-08 19:22:49 +01:00
Grieche a0e54d86f4 Add LETSENCRYPT_MIN_VALIDITY info to the README
Add MIN_VALIDITY_CAP info to the README
2019-01-08 18:37:02 +01:00
Grieche 9f32ebcd83 Added test unit for LETSENCRYPT_MIN_VALIDITY environment variable
Modified Boulder to issue certificates with 88 day lifetime
2019-01-08 18:11:48 +01:00
Grieche a911b12661 Added LETSENCRYPT_MIN_VALIDITY environment variable.
Allows to specify the minimum validity of certificates
  per container.
2019-01-08 18:11:21 +01:00
Nicolas Duchon 6a90d53c97
Update build stage to golang 1.11 (#487) 2018-12-26 14:51:31 +01:00
Nicolas Duchon f3809e1e12
Update docker-compose in test suite (#486)
Test suite docker-compose version bump to `1.23.2`
2018-12-25 21:03:07 +01:00
Nicolas Duchon 6c73fc2675
Merge pull request #442 from Greek64/PR
New environmental variable LETSENCRYPT_RESTART_CONTAINER
2018-12-21 22:32:53 +01:00
Grieche f79496af98 * Add Feature Info in the README 2018-12-21 18:42:54 +01:00
Grieche 31daa643e5 * Fix whitespace typos 2018-12-21 18:19:05 +01:00
Grieche f5070d49bf * Added new test unit to test LETSENCRYPT_RESTART_CONTAINER variable functionality 2018-12-21 13:05:20 +01:00
Nicolas Duchon e933996e61
Typo in default_cert_subject function
missing break spotted by @Greek64
2018-12-20 13:52:10 +01:00
Nicolas Duchon 43ead553e7
Update simp_le to 0.12.0 (#484) 2018-12-20 13:47:36 +01:00
Grieche fbab2c2913 * New environmental variable LETSENCRYPT_RESTART_CONTAINER
Containers with this variable set to true will be restarted
      	when their respective certificates are updated/modified.
2018-12-19 20:29:49 +01:00
Nicolas Duchon 9b69fb50c7
Fix local test suite (#483)
credits to @Greek64
2018-12-19 16:49:32 +01:00
Nicolas Duchon 4f0e2140a4
Merge pull request #481 from buchdag/own-symlinks
Change ownership of symlinks in addition to regular files
2018-12-15 00:59:59 +01:00