forked from scaleway/scaleway-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(lb): handle support for valid custom certificates (scaleway#971)
* fix(k8s): cassette * feat(lb): create-certificate script to wrap the ACME client on letsencrypt and scaleway provider * feat(lb): add wait to certificate creation * feat(lb): remove custom test on lb * feat(lb): remove .lego directory * feat(lb): remove custom certificate cassette * feat(lb): add new certificate test * feat(lb): update cassette
- Loading branch information
Showing
5 changed files
with
1,532 additions
and
323 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,3 +37,6 @@ website/vendor | |
dist/ | ||
|
||
terraform-provider-scaleway | ||
|
||
# Lego ACME client | ||
.lego/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.