This commit is contained in:
neil 2022-01-07 23:14:46 +08:00
parent 49deb4af24
commit ec10a3eab4
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ jobs:
smallstep/step-ca \
&& sleep 5 && docker exec stepca step ca provisioner add acme --type ACME \
&& docker exec stepca kill -1 1 \
&& docker exec stepca cat /home/step/certs/root_ca.crt | sudo cat - >>/etc/ssl/certs/ca-certificates.crt
&& docker exec stepca cat /home/step/certs/root_ca.crt | sudo bash -c "cat - >>/etc/ssl/certs/ca-certificates.crt"
- name: Clone acmetest
run: |
cd .. \