==== 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" 96243 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/871f2b13f09a73a acme-client: dochngreq: https://127.0.0.1:14000/authZ/YkwJC74sufYK1wKfojRH_NHaNvWB4gqsBeyU8IqAklQ acme-client: challenge, token: BGZtHlSPQFD62MPXrGxo4gCzH-j2sQF8hb3-1b_Get4, uri: https://127.0.0.1:14000/chalZ/D9e_OAgmCAOYFZQt9UQ214BVUZZ6x27V4156xQZoBx0, status: 0 acme-client: /home/src/regress/usr.sbin/acme-client/obj/www/acme/BGZtHlSPQFD62MPXrGxo4gCzH-j2sQF8hb3-1b_Get4: created acme-client: https://127.0.0.1:14000/chalZ/D9e_OAgmCAOYFZQt9UQ214BVUZZ6x27V4156xQZoBx0: challenge acme-client: order.status 0 acme-client: dochngreq: https://127.0.0.1:14000/authZ/YkwJC74sufYK1wKfojRH_NHaNvWB4gqsBeyU8IqAklQ acme-client: challenge, token: BGZtHlSPQFD62MPXrGxo4gCzH-j2sQF8hb3-1b_Get4, uri: https://127.0.0.1:14000/chalZ/D9e_OAgmCAOYFZQt9UQ214BVUZZ6x27V4156xQZoBx0, status: 2 acme-client: order.status 1 acme-client: https://127.0.0.1:14000/finalize-order/4cOIB3zV1AYE5u4NZOsaO9P_o1c3UIDxjU7XvLtFbJw: certificate acme-client: order.status 3 acme-client: https://127.0.0.1:14000/certZ/3d8745c1e7754de8: certificate account key: https://127.0.0.1:14000/my-account/871f2b13f09a73a 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/871f2b13f09a73a 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/871f2b13f09a73a acme-client: https://127.0.0.1:14000/finalize-order/LHYShxVz8S0mwmAGCSxDKLlwc0HaffF7T0-KjY6GkWc: certificate acme-client: order.status 3 acme-client: https://127.0.0.1:14000/certZ/5b9fae11c7e9ad: 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/871f2b13f09a73a 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/871f2b13f09a73a acme-client: dochngreq: https://127.0.0.1:14000/authZ/lO5_1-HbNQ-IZAxhbZloSqcxCVRvxRAr3b4dy8YYpFo acme-client: challenge, token: cpW3ZfL6gPURobT5m9wzNu287j1lZd2EntwEmsHvJbw, uri: https://127.0.0.1:14000/chalZ/Mc_RkS9tvHr1Enqezn7F1ZCp3VZv4swuKKNLNR_jt_M, status: 0 acme-client: /home/src/regress/usr.sbin/acme-client/obj/www/acme/cpW3ZfL6gPURobT5m9wzNu287j1lZd2EntwEmsHvJbw: created acme-client: dochngreq: https://127.0.0.1:14000/authZ/YkwJC74sufYK1wKfojRH_NHaNvWB4gqsBeyU8IqAklQ acme-client: challenge, token: BGZtHlSPQFD62MPXrGxo4gCzH-j2sQF8hb3-1b_Get4, uri: https://127.0.0.1:14000/chalZ/D9e_OAgmCAOYFZQt9UQ214BVUZZ6x27V4156xQZoBx0, status: 2 acme-client: dochngreq: https://127.0.0.1:14000/authZ/LduQclugjghfHgXtUnAa8yP0HbwypkP8Kr1IYBj3p2M acme-client: challenge, token: EvoTxLvW9VbTNFzawoCuz8NRw94N1p27VrlV7jyf_ec, uri: https://127.0.0.1:14000/chalZ/Kmr4yk2KujohMiLY1S_LYCL_iiKEa5nfBGu6-uWsdGc, status: 0 acme-client: /home/src/regress/usr.sbin/acme-client/obj/www/acme/EvoTxLvW9VbTNFzawoCuz8NRw94N1p27VrlV7jyf_ec: created acme-client: https://127.0.0.1:14000/chalZ/Mc_RkS9tvHr1Enqezn7F1ZCp3VZv4swuKKNLNR_jt_M: challenge acme-client: https://127.0.0.1:14000/chalZ/Kmr4yk2KujohMiLY1S_LYCL_iiKEa5nfBGu6-uWsdGc: challenge acme-client: order.status 0 acme-client: dochngreq: https://127.0.0.1:14000/authZ/lO5_1-HbNQ-IZAxhbZloSqcxCVRvxRAr3b4dy8YYpFo acme-client: challenge, token: cpW3ZfL6gPURobT5m9wzNu287j1lZd2EntwEmsHvJbw, uri: https://127.0.0.1:14000/chalZ/Mc_RkS9tvHr1Enqezn7F1ZCp3VZv4swuKKNLNR_jt_M, status: 2 acme-client: dochngreq: https://127.0.0.1:14000/authZ/YkwJC74sufYK1wKfojRH_NHaNvWB4gqsBeyU8IqAklQ acme-client: challenge, token: BGZtHlSPQFD62MPXrGxo4gCzH-j2sQF8hb3-1b_Get4, uri: https://127.0.0.1:14000/chalZ/D9e_OAgmCAOYFZQt9UQ214BVUZZ6x27V4156xQZoBx0, status: 2 acme-client: dochngreq: https://127.0.0.1:14000/authZ/LduQclugjghfHgXtUnAa8yP0HbwypkP8Kr1IYBj3p2M acme-client: challenge, token: EvoTxLvW9VbTNFzawoCuz8NRw94N1p27VrlV7jyf_ec, uri: https://127.0.0.1:14000/chalZ/Kmr4yk2KujohMiLY1S_LYCL_iiKEa5nfBGu6-uWsdGc, status: 2 acme-client: order.status 1 acme-client: https://127.0.0.1:14000/finalize-order/UWLoiRC3QJN6TXrlEdXe94gViU9a63sWitePWSBeTYM: certificate acme-client: order.status 3 acme-client: https://127.0.0.1:14000/certZ/6bf86c12d40ea437: 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/871f2b13f09a73a 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/871f2b13f09a73a acme-client: dochngreq: https://127.0.0.1:14000/authZ/BV9fAmQLpYmRuZ7vhVOrriEn6D5ZWHEJzSgNf00p87U acme-client: challenge, token: e2VHih39R8JEUUYas3dNDGzqZ3379qvTAJ2BFJpFwNE, uri: https://127.0.0.1:14000/chalZ/xrQR_LkeF_iURLI32ztIvpRQV1r012sOLzMW4kw9QPU, status: 0 acme-client: /home/src/regress/usr.sbin/acme-client/obj/www/acme/e2VHih39R8JEUUYas3dNDGzqZ3379qvTAJ2BFJpFwNE: created acme-client: https://127.0.0.1:14000/chalZ/xrQR_LkeF_iURLI32ztIvpRQV1r012sOLzMW4kw9QPU: challenge acme-client: order.status 0 acme-client: dochngreq: https://127.0.0.1:14000/authZ/BV9fAmQLpYmRuZ7vhVOrriEn6D5ZWHEJzSgNf00p87U acme-client: challenge, token: e2VHih39R8JEUUYas3dNDGzqZ3379qvTAJ2BFJpFwNE, uri: https://127.0.0.1:14000/chalZ/xrQR_LkeF_iURLI32ztIvpRQV1r012sOLzMW4kw9QPU, status: 2 acme-client: order.status 1 acme-client: https://127.0.0.1:14000/finalize-order/rLWPu3hzUhBhCrTz3ZMA7OFuDBaHt_zva4rVgGeYIbA: certificate acme-client: order.status 3 acme-client: https://127.0.0.1:14000/certZ/335e36755bb7e488: 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/871f2b13f09a73a 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"