1
0
Commit Graph

490 Commits

Author SHA1 Message Date
Logan Kennelly
ffffdc86bd Fix unintentional file globbing during wildcard lookup
Matching globs are common because the script runs in the certs
directory.

The test uses a suffix match as the test domains don't include
subdomains, although such cases should probably be considered.

Fix the le3.wtf test. The existing add_location_configuration modifies
"default"; a second add is not necessary.

Fixes #763
2021-03-15 18:14:22 -07:00
dependabot[bot]
87432987b2
Bump alpine from 3.13.1 to 3.13.2 (#757) 2021-03-02 00:43:47 +00:00
dependabot[bot]
74f901417f
Bump golang from 1.15.7-alpine to 1.15.8-alpine (#753) 2021-02-05 09:04:46 +00:00
dependabot[bot]
b966ed76e9
Bump alpine from 3.13.0 to 3.13.1 (#752) 2021-01-31 17:12:46 +00:00
dependabot[bot]
d0965158b5
Bump golang from 1.15.6-alpine to 1.15.7-alpine (#749) 2021-01-31 17:12:29 +00:00
dependabot[bot]
acb3c404b8
Merge pull request #748 from nginx-proxy/dependabot/docker/alpine-3.13.0 2021-01-15 10:06:03 +00:00
dependabot[bot]
4e4ccf9a80
Bump alpine from 3.12.3 to 3.13.0
Bumps alpine from 3.12.3 to 3.13.0.

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-15 06:53:06 +00:00
Nicolas Duchon
5be695c3b1
Merge pull request #747 from bradym/linkTypoFix
Fix broken data persistence link in README.md
2021-01-12 21:16:18 +01:00
Brady Mitchell
60c537b942
Fix broken data persistence link in README.md 2021-01-12 13:04:34 -07:00
Nicolas Duchon
5d890e76d6
Merge pull request #744 from danil-smirnov/parametrize-time-to-wait
Making time to wait configurable
2021-01-04 10:04:26 +01:00
Danil Smirnov
a8b921109b Documentation fix 2020-12-29 15:14:24 +02:00
Danil Smirnov
42ddbcb580 Renaming and adding documentation 2020-12-29 15:09:03 +02:00
Danil Smirnov
b47755b875 Making time to wait configurable 2020-12-29 13:13:45 +02:00
Nicolas Duchon
b91ec66d7e
Merge pull request #743 from buchdag/gha-pebble
Use Pebble for tests.
2020-12-28 22:05:14 +01:00
Nicolas Duchon
cc2fa069c0
Enable local tests with both Boulder and Pebble 2020-12-28 16:28:18 +01:00
Nicolas Duchon
203f7a0bc9
CI/CD: Upgrade Boulder to release-2020-12-14 2020-12-28 16:27:16 +01:00
Nicolas Duchon
dc4255d8fa
CI/CD: Refactor the run_nginx_container() function 2020-12-28 11:32:04 +01:00
Nicolas Duchon
2222adc954
CI/CD: Enable Pebble random nonce rejection 2020-12-28 11:31:47 +01:00
Nicolas Duchon
38782a6acc
CI/CD: Upgrade Pebble to v2.3.1 2020-12-28 11:31:40 +01:00
Nicolas Duchon
2a5e34100e
CI/CD: Re-order integration tests strategy matrix 2020-12-28 11:31:31 +01:00
Nicolas Duchon
b77392a5c8
CI/CD: Test against both Boulder and Pebble 2020-12-28 11:31:20 +01:00
Nicolas Duchon
3f65c8c6c1
CI/CD: Test against Pebble 2020-12-28 11:31:12 +01:00
Nicolas Duchon
c610b59006
Add CA_BUNDLE environment variable
Allows acme.sh to use an alternative trusted root CA
2020-12-28 11:31:01 +01:00
Nicolas Duchon
a428655084
Remove most markdown from bug_report.md 2020-12-27 00:28:28 +01:00
Nicolas Duchon
ad072092c9
Update CI badge for GitHub Actions 2020-12-25 23:31:40 +01:00
Nicolas Duchon
ed07a99ca0
Use patch level releases in Dockerfile's FROM (#741)
Now that we use dependabot we can update dependencies more often.
2020-12-25 23:28:20 +01:00
Nicolas Duchon
e427c1c582 Add issue template 2020-12-25 20:42:45 +01:00
Nicolas Duchon
be654b5d27
Add OCSP Must-Staple extension feature (#740) 2020-12-25 18:23:33 +01:00
Nicolas Duchon
5e40af0d6d
Merge pull request #738 from buchdag/github-actions
Migrate CI to GitHub Actions as Travis CI is ending their free OSS builds
v2.0.2
2020-12-23 19:51:40 +01:00
Nicolas Duchon
3ac0f260e9
CI/CD: Patch the companion's Dockerfile for tests 2020-12-23 19:15:11 +01:00
Nicolas Duchon
3d35839f31
CI/CD: Don't run tests for doc-only changes 2020-12-23 10:39:04 +01:00
Nicolas Duchon
cc66f42bae
Remove default volumes from Dockerfile (#736) 2020-12-23 00:32:56 +01:00
Nicolas Duchon
000c279bb6
CI/CD: Use in-container artifact cleaning script 2020-12-22 00:07:15 +01:00
Nicolas Duchon
992928816d
CI/CD: Fix certs_san test 2020-12-21 23:56:18 +01:00
Nicolas Duchon
cf09ccbb80
CI/CD: Remove Travis stuff from containers-logs.sh 2020-12-21 23:31:52 +01:00
Nicolas Duchon
4692095e40
CI/CD: Use patched nginx-proxy & docker-gen images 2020-12-21 23:31:51 +01:00
Kevin Marilleau
a6aaac7d72
CI/CD: split tests 2020-12-21 22:07:41 +01:00
Kevin Marilleau
17323b40a6
CI/CD: Split TestsJobs into Docker SPecifications Testing and Integration Testing. 2020-12-21 22:05:41 +01:00
Kevin Marilleau
cfff67c726
CI/CD: Remove Docker Compose Update. 2020-12-21 22:05:40 +01:00
Kevin Marilleau
cd3c9681dd
Move CI/CD from Travis to Github Actions. 2020-12-21 22:04:55 +01:00
Nicolas Duchon
a717c35c13
[skip ci] typo 2020-12-21 21:52:07 +01:00
Nicolas Duchon
0de1170d6f
[skip ci] Use on.push.paths for Dockerhub workflow 2020-12-21 21:50:15 +01:00
Nicolas Duchon
491be0c76d
[skip ci] safelist branches builds on Travis CI 2020-12-21 21:35:09 +01:00
Nicolas Duchon
63e190551e
[skip ci] include more details about v2.0 changes 2020-12-21 12:35:22 +01:00
Nicolas Duchon
0d95965f78
[skip ci] Merge pull request #734 from spiral-dev/patch-1
Fix document location
2020-12-19 16:13:31 +01:00
RB
3ca59ebda3
Fix document location
Document now points to correct location of data persistence
2020-12-19 15:22:01 +01:00
Nicolas Duchon
1752a420fa
Merge pull request #727 from buchdag/ci-fix
Fix LETSENCRYPT_KEYSIZE feature and tests
v2.0.1
2020-12-08 23:58:58 +01:00
Nicolas Duchon
2cc81fcffe
[skip ci] Merge pull request #726 from bgarret/patch-1
Improve the Zero SSL documentation
2020-12-08 12:46:23 +01:00
Benoit Garret
1d62687cc6
Improve the Zero SSL documentation 2020-12-08 12:27:09 +01:00
Nicolas Duchon
a95a64eaac
Merge pull request #724 from bgarret/master
Allow ZEROSSL_API_KEY on the letsencrypt container
2020-12-08 10:36:27 +01:00