==== run-regress-acme ==== mkdir -p etc sed 's,${.OBJDIR},/home/src/regress/usr.sbin/acme-client/obj,' /home/src/regress/usr.sbin/acme-client/acme-client.conf > etc/acme-client.conf mkdir -p etc sed 's,${.OBJDIR},/home/src/regress/usr.sbin/acme-client/obj,' /home/src/regress/usr.sbin/acme-client/httpd.conf >etc/httpd.conf mkdir -p www/htdocs www/acme www/logs etc/acme etc/ssl/acme/private doas -n /usr/sbin/httpd -f /home/src/regress/usr.sbin/acme-client/obj/etc/httpd.conf sleep .1 # give httpd some time to spin up pgrep -xf "/usr/sbin/httpd -f /home/src/regress/usr.sbin/acme-client/obj/etc/httpd.conf" 55397 sed 's,${.CURDIR},/home/src/regress/usr.sbin/acme-client,' /home/src/regress/usr.sbin/acme-client/pebble-config.json > pebble-config.json /usr/local/bin/pebble -config /home/src/regress/usr.sbin/acme-client/obj/pebble-config.json > /home/src/regress/usr.sbin/acme-client/obj/pebble.out & while ! $(fgrep -q 'Root CA certificate available' /home/src/regress/usr.sbin/acme-client/obj/pebble.out); do sleep .1; done doas -n /usr/sbin/acme-client -f /home/src/regress/usr.sbin/acme-client/obj/etc/acme-client.conf -v localhost acme-client: /home/src/regress/usr.sbin/acme-client/obj/etc/acme/privkey.pem: generated RSA account key acme-client: /home/src/regress/usr.sbin/acme-client/obj/etc/ssl/acme/private/privkey.pem: generated RSA domain key acme-client: https://127.0.0.1:14000/dir: directories acme-client: 127.0.0.1: DNS: 127.0.0.1 acme-client: account key: https://127.0.0.1:14000/my-account/36ccdbf51f81c935 acme-client: dochngreq: https://127.0.0.1:14000/authZ/TIuC6W_owQvyKHqh_wPUW6RcUfFF8kZNW58tTvlx8uo acme-client: challenge, token: BNp297jSC0FEyHaF7qMf5aUKX2jirbae2TiXZJxk-qg, uri: https://127.0.0.1:14000/chalZ/_ksxz0M2NpGO61KV83WAB8KSNVpznwJBXSOp7U3hZb4, status: 0 acme-client: /home/src/regress/usr.sbin/acme-client/obj/www/acme/BNp297jSC0FEyHaF7qMf5aUKX2jirbae2TiXZJxk-qg: created acme-client: https://127.0.0.1:14000/chalZ/_ksxz0M2NpGO61KV83WAB8KSNVpznwJBXSOp7U3hZb4: challenge acme-client: order.status 0 acme-client: dochngreq: https://127.0.0.1:14000/authZ/TIuC6W_owQvyKHqh_wPUW6RcUfFF8kZNW58tTvlx8uo acme-client: challenge, token: BNp297jSC0FEyHaF7qMf5aUKX2jirbae2TiXZJxk-qg, uri: https://127.0.0.1:14000/chalZ/_ksxz0M2NpGO61KV83WAB8KSNVpznwJBXSOp7U3hZb4, status: 2 acme-client: order.status 1 acme-client: https://127.0.0.1:14000/finalize-order/Ek9t3T7rSFpZqrh6l4bfIgL_ok6YsnVjZmnLmAuKzc0: certificate acme-client: order.status 3 acme-client: https://127.0.0.1:14000/certZ/41b406517acd385a: certificate account key: https://127.0.0.1:14000/my-account/36ccdbf51f81c935 acme-client: /home/src/regress/usr.sbin/acme-client/obj/etc/ssl/acme/cert.pem: created doas -n /usr/sbin/acme-client -f /home/src/regress/usr.sbin/acme-client/obj/etc/acme-client.conf -r -v localhost acme-client: /home/src/regress/usr.sbin/acme-client/obj/etc/ssl/acme/cert.pem: revocation acme-client: https://127.0.0.1:14000/dir: directories acme-client: 127.0.0.1: DNS: 127.0.0.1 acme-client: account key: https://127.0.0.1:14000/my-account/36ccdbf51f81c935 acme-client: https://127.0.0.1:14000/revoke-cert: revocation acme-client: /home/src/regress/usr.sbin/acme-client/obj/etc/ssl/acme/cert.pem: unlinked ==== run-regress-acme-profile ==== mkdir -p etc sed 's,${.OBJDIR},/home/src/regress/usr.sbin/acme-client/obj,' /home/src/regress/usr.sbin/acme-client/acme-client-profile.conf > etc/acme-client-profile.conf doas -n /usr/sbin/acme-client -f /home/src/regress/usr.sbin/acme-client/obj/etc/acme-client-profile.conf -v localhost acme-client: https://127.0.0.1:14000/dir: directories acme-client: 127.0.0.1: DNS: 127.0.0.1 acme-client: account key: https://127.0.0.1:14000/my-account/36ccdbf51f81c935 acme-client: https://127.0.0.1:14000/finalize-order/OxGo4VA6bKOTwyZW5G7bHXCs_TmfqRESEG1Y8gi50Cg: certificate acme-client: order.status 3 acme-client: https://127.0.0.1:14000/certZ/3dd6b69f28807237: certificate acme-client: /home/src/regress/usr.sbin/acme-client/obj/etc/ssl/acme/cert.pem: created doas -n /usr/sbin/acme-client -f /home/src/regress/usr.sbin/acme-client/obj/etc/acme-client-profile.conf -r -v localhost acme-client: /home/src/regress/usr.sbin/acme-client/obj/etc/ssl/acme/cert.pem: revocation acme-client: https://127.0.0.1:14000/dir: directories acme-client: 127.0.0.1: DNS: 127.0.0.1 acme-client: account key: https://127.0.0.1:14000/my-account/36ccdbf51f81c935 acme-client: https://127.0.0.1:14000/revoke-cert: revocation acme-client: /home/src/regress/usr.sbin/acme-client/obj/etc/ssl/acme/cert.pem: unlinked ==== run-regress-acme-ipaddress ==== mkdir -p etc sed 's,${.OBJDIR},/home/src/regress/usr.sbin/acme-client/obj,' /home/src/regress/usr.sbin/acme-client/acme-client-ipaddress.conf > etc/acme-client-ipaddress.conf doas -n /usr/sbin/acme-client -f /home/src/regress/usr.sbin/acme-client/obj/etc/acme-client-ipaddress.conf -v localhost acme-client: https://127.0.0.1:14000/dir: directories acme-client: 127.0.0.1: DNS: 127.0.0.1 acme-client: account key: https://127.0.0.1:14000/my-account/36ccdbf51f81c935 acme-client: dochngreq: https://127.0.0.1:14000/authZ/Kmy_77gbBR1JPYJ7pwPce38hN_xFYutWtNgwdkitUUg acme-client: challenge, token: JFfD1fWWvMhM4Yay7G4vs5S6zbZa4EIkGbhwVIMp27s, uri: https://127.0.0.1:14000/chalZ/Xfk4PoEm8w4q8hTxoXKKjeRZLb0zGRHpwVYGAm7mCcw, status: 0 acme-client: /home/src/regress/usr.sbin/acme-client/obj/www/acme/JFfD1fWWvMhM4Yay7G4vs5S6zbZa4EIkGbhwVIMp27s: created acme-client: dochngreq: https://127.0.0.1:14000/authZ/TIuC6W_owQvyKHqh_wPUW6RcUfFF8kZNW58tTvlx8uo acme-client: challenge, token: BNp297jSC0FEyHaF7qMf5aUKX2jirbae2TiXZJxk-qg, uri: https://127.0.0.1:14000/chalZ/_ksxz0M2NpGO61KV83WAB8KSNVpznwJBXSOp7U3hZb4, status: 2 acme-client: dochngreq: https://127.0.0.1:14000/authZ/i4s2v_2rRZXSyG6saaZ_48BXGpoUzk7lSz-ppcnIB4g acme-client: challenge, token: ACwsT6k_JYua0VFpeSGYqvN4tyTNpOkvlPVaB_A0QgQ, uri: https://127.0.0.1:14000/chalZ/aM-nXeijpPWf6ApOiw_5ieUCKwfRR4Dym96SSQW3dlo, status: 0 acme-client: /home/src/regress/usr.sbin/acme-client/obj/www/acme/ACwsT6k_JYua0VFpeSGYqvN4tyTNpOkvlPVaB_A0QgQ: created acme-client: https://127.0.0.1:14000/chalZ/Xfk4PoEm8w4q8hTxoXKKjeRZLb0zGRHpwVYGAm7mCcw: challenge acme-client: https://127.0.0.1:14000/chalZ/aM-nXeijpPWf6ApOiw_5ieUCKwfRR4Dym96SSQW3dlo: challenge acme-client: order.status 0 acme-client: dochngreq: https://127.0.0.1:14000/authZ/Kmy_77gbBR1JPYJ7pwPce38hN_xFYutWtNgwdkitUUg acme-client: challenge, token: JFfD1fWWvMhM4Yay7G4vs5S6zbZa4EIkGbhwVIMp27s, uri: https://127.0.0.1:14000/chalZ/Xfk4PoEm8w4q8hTxoXKKjeRZLb0zGRHpwVYGAm7mCcw, status: 2 acme-client: dochngreq: https://127.0.0.1:14000/authZ/TIuC6W_owQvyKHqh_wPUW6RcUfFF8kZNW58tTvlx8uo acme-client: challenge, token: BNp297jSC0FEyHaF7qMf5aUKX2jirbae2TiXZJxk-qg, uri: https://127.0.0.1:14000/chalZ/_ksxz0M2NpGO61KV83WAB8KSNVpznwJBXSOp7U3hZb4, status: 2 acme-client: dochngreq: https://127.0.0.1:14000/authZ/i4s2v_2rRZXSyG6saaZ_48BXGpoUzk7lSz-ppcnIB4g acme-client: challenge, token: ACwsT6k_JYua0VFpeSGYqvN4tyTNpOkvlPVaB_A0QgQ, uri: https://127.0.0.1:14000/chalZ/aM-nXeijpPWf6ApOiw_5ieUCKwfRR4Dym96SSQW3dlo, status: 2 acme-client: order.status 1 acme-client: https://127.0.0.1:14000/finalize-order/ZxNtKW96Nw2HE2j_XKZVhjWx95eESh9faBHvjYCi9J0: certificate acme-client: order.status 3 acme-client: https://127.0.0.1:14000/certZ/769ee1dcdd7e6df9: certificate acme-client: /home/src/regress/usr.sbin/acme-client/obj/etc/ssl/acme/cert.pem: created doas -n /usr/sbin/acme-client -f /home/src/regress/usr.sbin/acme-client/obj/etc/acme-client-ipaddress.conf -r -v localhost acme-client: /home/src/regress/usr.sbin/acme-client/obj/etc/ssl/acme/cert.pem: revocation acme-client: https://127.0.0.1:14000/dir: directories acme-client: 127.0.0.1: DNS: 127.0.0.1 acme-client: account key: https://127.0.0.1:14000/my-account/36ccdbf51f81c935 acme-client: https://127.0.0.1:14000/revoke-cert: revocation acme-client: /home/src/regress/usr.sbin/acme-client/obj/etc/ssl/acme/cert.pem: unlinked ==== run-regress-acme-ipaddress2 ==== doas -n /usr/sbin/acme-client -f /home/src/regress/usr.sbin/acme-client/obj/etc/acme-client-ipaddress.conf -v ::1 acme-client: /home/src/regress/usr.sbin/acme-client/obj/etc/ssl/acme/private/privkey2.pem: generated RSA domain key acme-client: https://127.0.0.1:14000/dir: directories acme-client: 127.0.0.1: DNS: 127.0.0.1 acme-client: account key: https://127.0.0.1:14000/my-account/36ccdbf51f81c935 acme-client: dochngreq: https://127.0.0.1:14000/authZ/SeTFnbGNm_tiJC_bhr4bXNwJx29QOxTdAc87qFb2RtI acme-client: challenge, token: jLL5vWkPzmfZjKeuBBfIUnbd6iILLHCtCzVLDk-9XKU, uri: https://127.0.0.1:14000/chalZ/iI06NDiBUpPIj-8TaVbQcFlsSgxL861UwhvSamsgHZQ, status: 0 acme-client: /home/src/regress/usr.sbin/acme-client/obj/www/acme/jLL5vWkPzmfZjKeuBBfIUnbd6iILLHCtCzVLDk-9XKU: created acme-client: https://127.0.0.1:14000/chalZ/iI06NDiBUpPIj-8TaVbQcFlsSgxL861UwhvSamsgHZQ: challenge acme-client: order.status 0 acme-client: dochngreq: https://127.0.0.1:14000/authZ/SeTFnbGNm_tiJC_bhr4bXNwJx29QOxTdAc87qFb2RtI acme-client: challenge, token: jLL5vWkPzmfZjKeuBBfIUnbd6iILLHCtCzVLDk-9XKU, uri: https://127.0.0.1:14000/chalZ/iI06NDiBUpPIj-8TaVbQcFlsSgxL861UwhvSamsgHZQ, status: 2 acme-client: order.status 1 acme-client: https://127.0.0.1:14000/finalize-order/oOrUoCbDqoW9ifLcybPZizLI94GDhLqcd9JckfJhJLw: certificate acme-client: order.status 3 acme-client: https://127.0.0.1:14000/certZ/462b5a2be472af14: certificate acme-client: /home/src/regress/usr.sbin/acme-client/obj/etc/ssl/acme/cert2.pem: created doas -n /usr/sbin/acme-client -f /home/src/regress/usr.sbin/acme-client/obj/etc/acme-client-ipaddress.conf -r -v ::1 acme-client: /home/src/regress/usr.sbin/acme-client/obj/etc/ssl/acme/cert2.pem: revocation acme-client: https://127.0.0.1:14000/dir: directories acme-client: 127.0.0.1: DNS: 127.0.0.1 acme-client: account key: https://127.0.0.1:14000/my-account/36ccdbf51f81c935 acme-client: https://127.0.0.1:14000/revoke-cert: revocation acme-client: /home/src/regress/usr.sbin/acme-client/obj/etc/ssl/acme/cert2.pem: unlinked ==== run-regress-cleanup ==== make -C /home/src/regress/usr.sbin/acme-client httpd-stop doas -n pkill -xf "/usr/sbin/httpd -f /home/src/regress/usr.sbin/acme-client/obj/etc/httpd.conf" make -C /home/src/regress/usr.sbin/acme-client pebble-stop pkill -xf "/usr/local/bin/pebble -config /home/src/regress/usr.sbin/acme-client/obj/pebble-config.json"