==== 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" 16302 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/ssl/acme/private/privkey.pem: generated RSA domain key acme-client: /home/src/regress/usr.sbin/acme-client/obj/etc/acme/privkey.pem: generated RSA account 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/60516300893e5a41 acme-client: dochngreq: https://127.0.0.1:14000/authZ/ioZ4mwo5XLyhxw1vuxCmI5tVZ1QDoQIIj1rIPvqNgac acme-client: challenge, token: P3lrKgCChCEKN96g-CPXTejSAYT5OS8vcYpLyYqNSPE, uri: https://127.0.0.1:14000/chalZ/So-VI2yhAnpM5FwzDESpeqtpugFlSBScLrdRsxMZass, status: 0 acme-client: /home/src/regress/usr.sbin/acme-client/obj/www/acme/P3lrKgCChCEKN96g-CPXTejSAYT5OS8vcYpLyYqNSPE: created acme-client: https://127.0.0.1:14000/chalZ/So-VI2yhAnpM5FwzDESpeqtpugFlSBScLrdRsxMZass: challenge acme-client: order.status 0 acme-client: dochngreq: https://127.0.0.1:14000/authZ/ioZ4mwo5XLyhxw1vuxCmI5tVZ1QDoQIIj1rIPvqNgac acme-client: challenge, token: P3lrKgCChCEKN96g-CPXTejSAYT5OS8vcYpLyYqNSPE, uri: https://127.0.0.1:14000/chalZ/So-VI2yhAnpM5FwzDESpeqtpugFlSBScLrdRsxMZass, status: 2 acme-client: order.status 1 acme-client: https://127.0.0.1:14000/finalize-order/QNOs6y_gfCJcjGfLgvbj8xH4TO9y_QDST_KvJMygDNo: certificate acme-client: order.status 3 acme-client: https://127.0.0.1:14000/certZ/6c325c2ef59449d8: certificate account key: https://127.0.0.1:14000/my-account/60516300893e5a41 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/60516300893e5a41 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/60516300893e5a41 acme-client: https://127.0.0.1:14000/finalize-order/LyLiqHHzUDgUksihJdjS7VgJ4mTHpkSymYxB8Pn0BHs: certificate acme-client: order.status 3 acme-client: https://127.0.0.1:14000/certZ/65ad9b037cdd4358: 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/60516300893e5a41 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/60516300893e5a41 acme-client: dochngreq: https://127.0.0.1:14000/authZ/KE9mUxvD4kllwJG-dDBnc2tpKLkb5Ne2o75fUDxh9lo acme-client: challenge, token: 6ujtpeYZVHgtFvLwNz7e1oMlau3Wk_sr145RgSRqeXQ, uri: https://127.0.0.1:14000/chalZ/cTUBqhaHC6w6CMRFNYz0ob2hJGUVXMAuTNm6z3pzhd4, status: 0 acme-client: /home/src/regress/usr.sbin/acme-client/obj/www/acme/6ujtpeYZVHgtFvLwNz7e1oMlau3Wk_sr145RgSRqeXQ: created acme-client: dochngreq: https://127.0.0.1:14000/authZ/nGZEYrW3gvTZ6Y86FmPX15ok0Qy24thciJW0UZM12Wk acme-client: challenge, token: S1J84gQ_r0JEEP0MQubYzKanotkpYhBRXUsQ6Wj04CY, uri: https://127.0.0.1:14000/chalZ/ACKr0tcSZg-dQQj93KfrbcHZ9ywe68dzD-oJr3s3Ux4, status: 0 acme-client: /home/src/regress/usr.sbin/acme-client/obj/www/acme/S1J84gQ_r0JEEP0MQubYzKanotkpYhBRXUsQ6Wj04CY: created acme-client: dochngreq: https://127.0.0.1:14000/authZ/TLxZBFRk3uJkypT428mGpKq-0GNECe6nRhBpdtzzcWA acme-client: challenge, token: fzle_cqI7FJgjovY8VUaje0AydfQHMMmNb7rTMvQEd4, uri: https://127.0.0.1:14000/chalZ/FuFoy8C5Id-baefsy7JWLSdbBKFiI_-YBRIwvTw2KPg, status: 0 acme-client: /home/src/regress/usr.sbin/acme-client/obj/www/acme/fzle_cqI7FJgjovY8VUaje0AydfQHMMmNb7rTMvQEd4: created acme-client: https://127.0.0.1:14000/chalZ/cTUBqhaHC6w6CMRFNYz0ob2hJGUVXMAuTNm6z3pzhd4: challenge acme-client: https://127.0.0.1:14000/chalZ/ACKr0tcSZg-dQQj93KfrbcHZ9ywe68dzD-oJr3s3Ux4: challenge acme-client: https://127.0.0.1:14000/chalZ/FuFoy8C5Id-baefsy7JWLSdbBKFiI_-YBRIwvTw2KPg: challenge acme-client: order.status 0 acme-client: dochngreq: https://127.0.0.1:14000/authZ/KE9mUxvD4kllwJG-dDBnc2tpKLkb5Ne2o75fUDxh9lo acme-client: challenge, token: 6ujtpeYZVHgtFvLwNz7e1oMlau3Wk_sr145RgSRqeXQ, uri: https://127.0.0.1:14000/chalZ/cTUBqhaHC6w6CMRFNYz0ob2hJGUVXMAuTNm6z3pzhd4, status: 2 acme-client: dochngreq: https://127.0.0.1:14000/authZ/nGZEYrW3gvTZ6Y86FmPX15ok0Qy24thciJW0UZM12Wk acme-client: challenge, token: S1J84gQ_r0JEEP0MQubYzKanotkpYhBRXUsQ6Wj04CY, uri: https://127.0.0.1:14000/chalZ/ACKr0tcSZg-dQQj93KfrbcHZ9ywe68dzD-oJr3s3Ux4, status: 2 acme-client: dochngreq: https://127.0.0.1:14000/authZ/TLxZBFRk3uJkypT428mGpKq-0GNECe6nRhBpdtzzcWA acme-client: challenge, token: fzle_cqI7FJgjovY8VUaje0AydfQHMMmNb7rTMvQEd4, uri: https://127.0.0.1:14000/chalZ/FuFoy8C5Id-baefsy7JWLSdbBKFiI_-YBRIwvTw2KPg, status: 2 acme-client: order.status 1 acme-client: https://127.0.0.1:14000/finalize-order/xyESrZ74ZiBUUGGKjwXnwdph8KuMImouhoXHoSZQKQ4: certificate acme-client: order.status 3 acme-client: https://127.0.0.1:14000/certZ/0d562b5eebb3d4bf: 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/60516300893e5a41 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/60516300893e5a41 acme-client: https://127.0.0.1:14000/finalize-order/87L-wdOdsyrqCrCKo-AvvUP-wbaoW_sEtjKrlrngAZ4: certificate acme-client: order.status 3 acme-client: https://127.0.0.1:14000/certZ/6180fc04e2164abe: 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/60516300893e5a41 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"