Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POC for letstest redesign #48

Open
wants to merge 37 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
d621e9f
Create a POC of letstest in certbot-ci
adferrand Apr 30, 2019
71c5265
Git clone only once the sources
adferrand Apr 30, 2019
1b367d3
Complete tests
adferrand Apr 30, 2019
6c66d4e
Enable a test build
Apr 30, 2019
ee0acc8
Construct suitable envs to test
adferrand May 2, 2019
a501a27
Valid paths for Windows
adferrand May 2, 2019
8a294f3
Merge branch 'master' into poc-letstest-redesign
adferrand May 2, 2019
cf132f7
Configure port expose and directory url from dockers
May 6, 2019
8e34330
Bind locally
May 6, 2019
0760e2e
Use letsencrypt directly
adferrand May 7, 2019
518df0b
Merge branch 'master' into poc-letstest-redesign
adferrand May 7, 2019
f7123f6
Merge branch 'master' into poc-letstest-redesign
adferrand Jun 17, 2019
ae0a437
Simplify a little
adferrand Jun 17, 2019
77ab925
Enable poc in travis
Jun 17, 2019
8c00966
Remove non-existent tox target
Jun 17, 2019
56e5548
Add more speed
Jun 17, 2019
03ce8af
Simplify installation
Jun 18, 2019
8b58242
Merge branch 'master' into poc-letstest-redesign
adferrand Dec 2, 2019
17f08bd
Try simplification
adferrand Dec 2, 2019
6389ccf
Run directly the bash script
adferrand Dec 3, 2019
38620ab
Merge branch 'master' into poc-letstest-redesign
adferrand Dec 8, 2020
69f3ba0
Overall simplification of the process
adferrand Dec 8, 2020
ef69cdf
Try apache
adferrand Dec 8, 2020
e5f3021
No verify ssl
adferrand Dec 8, 2020
8da77eb
Fix port
adferrand Dec 8, 2020
2414719
Now test centos
adferrand Dec 8, 2020
fae3a98
Fix public hostname
adferrand Dec 8, 2020
fe20eae
Privileged docker
adferrand Dec 8, 2020
18c266b
Try centos 8
adferrand Dec 8, 2020
2f532db
Try improving things here
adferrand Dec 8, 2020
8a2d99d
Add mounts
adferrand Dec 8, 2020
2b67fb1
Leave it here for now
adferrand Dec 8, 2020
a426663
Try faking systemctl
adferrand Dec 8, 2020
090888e
Fix
adferrand Dec 8, 2020
91ea360
Invert setup
adferrand Dec 8, 2020
9519943
Remove a call
adferrand Dec 8, 2020
e6d133d
Try
adferrand Dec 8, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
No verify ssl
  • Loading branch information
adferrand committed Dec 8, 2020
commit e5f3021cfb0c599702b2029744d7c9e87bb7f3c8
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ python3 -m venv /workspace/venv
--register-unsafely-without-email \
--domain "${PUBLIC_HOSTNAME}" \
--server "${DIRECTORY_URL}" \
--no-verify-ssl \
--http-01-port "${HTTP_01_PORT}"