==== 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" 14660 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/48517bf962458d5f acme-client: dochngreq: https://127.0.0.1:14000/authZ/-A7QiHMv9OEtC5rzcc-iZfnZYxCjCB2E_V3Ps6auJuo acme-client: challenge, token: wSkMjT6-MjhzdN641YWDgg7QEkeehTj_txgJ2pc2A30, uri: https://127.0.0.1:14000/chalZ/nrNc6zYVubKBbABINZADPSBgVk_TtoNjUADGz8LfIkU, status: 0 acme-client: /home/src/regress/usr.sbin/acme-client/obj/www/acme/wSkMjT6-MjhzdN641YWDgg7QEkeehTj_txgJ2pc2A30: created acme-client: https://127.0.0.1:14000/chalZ/nrNc6zYVubKBbABINZADPSBgVk_TtoNjUADGz8LfIkU: challenge acme-client: order.status 0 acme-client: dochngreq: https://127.0.0.1:14000/authZ/-A7QiHMv9OEtC5rzcc-iZfnZYxCjCB2E_V3Ps6auJuo acme-client: challenge, token: wSkMjT6-MjhzdN641YWDgg7QEkeehTj_txgJ2pc2A30, uri: https://127.0.0.1:14000/chalZ/nrNc6zYVubKBbABINZADPSBgVk_TtoNjUADGz8LfIkU, status: 2 acme-client: order.status 1 acme-client: https://127.0.0.1:14000/finalize-order/B9BOB-Df2xW5Yzlr4oyE4yMF9H4zzj7inlxKQfNA2wc: certificate acme-client: order.status 3 acme-client: https://127.0.0.1:14000/certZ/2bf8b7e9bedeec4e: certificate account key: https://127.0.0.1:14000/my-account/48517bf962458d5f 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/48517bf962458d5f 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/48517bf962458d5f acme-client: https://127.0.0.1:14000/finalize-order/HHt9noSkihxcoMxkVFOAqNMW44P95w9lZUw3AyRTFtk: certificate acme-client: order.status 3 acme-client: https://127.0.0.1:14000/certZ/0dade5528c10f60c: 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/48517bf962458d5f 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/48517bf962458d5f acme-client: dochngreq: https://127.0.0.1:14000/authZ/nqb6sYREBJ1Bj4_7ev-xPELL87Lasm29MmkdGMzuQeg acme-client: challenge, token: 8MxJZWJMGrwFk_jbJQ_Lzvg8ms80FWsgb1R1ZhPstwU, uri: https://127.0.0.1:14000/chalZ/wijxBGkKytA4cTowOZcnJonOKcJI8kDgY37OU2J-MNQ, status: 0 acme-client: /home/src/regress/usr.sbin/acme-client/obj/www/acme/8MxJZWJMGrwFk_jbJQ_Lzvg8ms80FWsgb1R1ZhPstwU: created acme-client: dochngreq: https://127.0.0.1:14000/authZ/JyhqYth6G5eG618L8_DxK2oPclfte7SaV9BBoBHxjIo acme-client: challenge, token: mK6m2hlFpkQFW76UurTJ1tcr15D59zYIvEkVYPm6_yM, uri: https://127.0.0.1:14000/chalZ/C71WxUObzO4ry6ahA3dAqzGkoNJR-oJhtOa0mDvglNY, status: 0 acme-client: /home/src/regress/usr.sbin/acme-client/obj/www/acme/mK6m2hlFpkQFW76UurTJ1tcr15D59zYIvEkVYPm6_yM: created acme-client: dochngreq: https://127.0.0.1:14000/authZ/QYdNf0tgo58HN-DXqrlbW65Dc90ArNkxmd6qGzrodXg acme-client: challenge, token: SZbWwsIAxGD-uXzmmoQ-J72dhv85s0AOizvQMjFzFN0, uri: https://127.0.0.1:14000/chalZ/yDWiweNL1_TYdwAoCle_5asGY3KMaMOkr8SDZ70msEc, status: 0 acme-client: /home/src/regress/usr.sbin/acme-client/obj/www/acme/SZbWwsIAxGD-uXzmmoQ-J72dhv85s0AOizvQMjFzFN0: created acme-client: https://127.0.0.1:14000/chalZ/wijxBGkKytA4cTowOZcnJonOKcJI8kDgY37OU2J-MNQ: challenge acme-client: https://127.0.0.1:14000/chalZ/C71WxUObzO4ry6ahA3dAqzGkoNJR-oJhtOa0mDvglNY: challenge acme-client: https://127.0.0.1:14000/chalZ/yDWiweNL1_TYdwAoCle_5asGY3KMaMOkr8SDZ70msEc: challenge acme-client: order.status 0 acme-client: dochngreq: https://127.0.0.1:14000/authZ/nqb6sYREBJ1Bj4_7ev-xPELL87Lasm29MmkdGMzuQeg acme-client: challenge, token: 8MxJZWJMGrwFk_jbJQ_Lzvg8ms80FWsgb1R1ZhPstwU, uri: https://127.0.0.1:14000/chalZ/wijxBGkKytA4cTowOZcnJonOKcJI8kDgY37OU2J-MNQ, status: 2 acme-client: dochngreq: https://127.0.0.1:14000/authZ/JyhqYth6G5eG618L8_DxK2oPclfte7SaV9BBoBHxjIo acme-client: challenge, token: mK6m2hlFpkQFW76UurTJ1tcr15D59zYIvEkVYPm6_yM, uri: https://127.0.0.1:14000/chalZ/C71WxUObzO4ry6ahA3dAqzGkoNJR-oJhtOa0mDvglNY, status: 2 acme-client: dochngreq: https://127.0.0.1:14000/authZ/QYdNf0tgo58HN-DXqrlbW65Dc90ArNkxmd6qGzrodXg acme-client: challenge, token: SZbWwsIAxGD-uXzmmoQ-J72dhv85s0AOizvQMjFzFN0, uri: https://127.0.0.1:14000/chalZ/yDWiweNL1_TYdwAoCle_5asGY3KMaMOkr8SDZ70msEc, status: 2 acme-client: order.status 1 acme-client: https://127.0.0.1:14000/finalize-order/2AepkTzP4oRRMgalh8lqBaZsjxzgiaiCsocvhkqSb60: certificate acme-client: order.status 3 acme-client: https://127.0.0.1:14000/certZ/0f59a5afeef50270: 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/48517bf962458d5f 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/48517bf962458d5f acme-client: https://127.0.0.1:14000/finalize-order/cALctV1F8FmcSZFO1sMBxPJ9nUTpGQuJH0evuYt5bi4: certificate acme-client: order.status 3 acme-client: https://127.0.0.1:14000/certZ/2ad331cb095bd707: 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/48517bf962458d5f 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"