mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-22 13:11:41 +00:00
fix ci
This commit is contained in:
parent
b2f4cc2dc5
commit
735db1a12b
6
.github/workflows/Ubuntu.yml
vendored
6
.github/workflows/Ubuntu.yml
vendored
@ -58,9 +58,9 @@ jobs:
|
|||||||
-e "DOCKER_STEPCA_INIT_DNS_NAMES=localhost,$(hostname -f)" \
|
-e "DOCKER_STEPCA_INIT_DNS_NAMES=localhost,$(hostname -f)" \
|
||||||
--name stepca \
|
--name stepca \
|
||||||
smallstep/step-ca \
|
smallstep/step-ca \
|
||||||
&& docker exec -it stepca step ca provisioner add acme --type ACME \
|
&& docker exec stepca step ca provisioner add acme --type ACME \
|
||||||
&& docker exec -it stepca kill -1 1 \
|
&& docker exec stepca kill -1 1 \
|
||||||
&& docker exec -it stepca cat /home/step/certs/root_ca.crt >>/etc/ssl/certs/ca-certificates.crt
|
&& docker exec stepca cat /home/step/certs/root_ca.crt >>/etc/ssl/certs/ca-certificates.crt
|
||||||
- name: Clone acmetest
|
- name: Clone acmetest
|
||||||
run: |
|
run: |
|
||||||
cd .. \
|
cd .. \
|
||||||
|
Loading…
Reference in New Issue
Block a user