==== 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" 79007 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/5b1103d25f2d42a1 acme-client: dochngreq: https://127.0.0.1:14000/authZ/ZydyMECs-xfdAlkJmUpv6CnzIyUFFzM_hW_JmO6tORc acme-client: challenge, token: JVhDcZy43-6dA8gD6fcdbSSEqrYdzTYtSFwRB7H_QhY, uri: https://127.0.0.1:14000/chalZ/WnFKSb5Xm6oQNUt8XlLzdZn6qNmvxRcMo9jEBMk9fSk, status: 0 acme-client: /home/src/regress/usr.sbin/acme-client/obj/www/acme/JVhDcZy43-6dA8gD6fcdbSSEqrYdzTYtSFwRB7H_QhY: created acme-client: https://127.0.0.1:14000/chalZ/WnFKSb5Xm6oQNUt8XlLzdZn6qNmvxRcMo9jEBMk9fSk: challenge acme-client: order.status 0 acme-client: dochngreq: https://127.0.0.1:14000/authZ/ZydyMECs-xfdAlkJmUpv6CnzIyUFFzM_hW_JmO6tORc acme-client: challenge, token: JVhDcZy43-6dA8gD6fcdbSSEqrYdzTYtSFwRB7H_QhY, uri: https://127.0.0.1:14000/chalZ/WnFKSb5Xm6oQNUt8XlLzdZn6qNmvxRcMo9jEBMk9fSk, status: 2 acme-client: order.status 1 acme-client: https://127.0.0.1:14000/finalize-order/1mq9eIIYHPBzktGW5Xqg9fza_bJV5ueyhzyY80sjWso: certificate acme-client: order.status 3 acme-client: https://127.0.0.1:14000/certZ/6161abb5479fcc02: certificate account key: https://127.0.0.1:14000/my-account/5b1103d25f2d42a1 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/5b1103d25f2d42a1 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/5b1103d25f2d42a1 acme-client: https://127.0.0.1:14000/finalize-order/pCFrTP0292r8GA0xv2FwnTmmsG_AWpulhPshweUeLBM: certificate acme-client: order.status 3 acme-client: https://127.0.0.1:14000/certZ/6d1691fd6b9319cb: 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/5b1103d25f2d42a1 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/5b1103d25f2d42a1 acme-client: dochngreq: https://127.0.0.1:14000/authZ/9pFuk6V9hLIIfECPhDVu0aXPV-LYsYuYwqZ5SITZSag acme-client: challenge, token: MPvJ2_y95iZqFppIJ5eankzcR9CampxvREVY8BvejAA, uri: https://127.0.0.1:14000/chalZ/iqT54H-MH_xL0UZ8zjDbbr0gvtzRLk_Zc7z_64uHx9Q, status: 0 acme-client: /home/src/regress/usr.sbin/acme-client/obj/www/acme/MPvJ2_y95iZqFppIJ5eankzcR9CampxvREVY8BvejAA: created acme-client: dochngreq: https://127.0.0.1:14000/authZ/3hNA95JCnGvROB1Rn6FK3UBiKA21Z7JEeu1dHPUCxfw acme-client: challenge, token: znytM_IB9CStDNMfm35BnPdYsbXxxGvt_KwbCnQdL8c, uri: https://127.0.0.1:14000/chalZ/cpHZxlnQEplfSIHSCXrXJF-avsOwQB5SafE-DXM7aaU, status: 0 acme-client: /home/src/regress/usr.sbin/acme-client/obj/www/acme/znytM_IB9CStDNMfm35BnPdYsbXxxGvt_KwbCnQdL8c: created acme-client: dochngreq: https://127.0.0.1:14000/authZ/ZydyMECs-xfdAlkJmUpv6CnzIyUFFzM_hW_JmO6tORc acme-client: challenge, token: JVhDcZy43-6dA8gD6fcdbSSEqrYdzTYtSFwRB7H_QhY, uri: https://127.0.0.1:14000/chalZ/WnFKSb5Xm6oQNUt8XlLzdZn6qNmvxRcMo9jEBMk9fSk, status: 2 acme-client: https://127.0.0.1:14000/chalZ/iqT54H-MH_xL0UZ8zjDbbr0gvtzRLk_Zc7z_64uHx9Q: challenge acme-client: https://127.0.0.1:14000/chalZ/cpHZxlnQEplfSIHSCXrXJF-avsOwQB5SafE-DXM7aaU: challenge acme-client: order.status 0 acme-client: dochngreq: https://127.0.0.1:14000/authZ/9pFuk6V9hLIIfECPhDVu0aXPV-LYsYuYwqZ5SITZSag acme-client: challenge, token: MPvJ2_y95iZqFppIJ5eankzcR9CampxvREVY8BvejAA, uri: https://127.0.0.1:14000/chalZ/iqT54H-MH_xL0UZ8zjDbbr0gvtzRLk_Zc7z_64uHx9Q, status: 2 acme-client: dochngreq: https://127.0.0.1:14000/authZ/3hNA95JCnGvROB1Rn6FK3UBiKA21Z7JEeu1dHPUCxfw acme-client: challenge, token: znytM_IB9CStDNMfm35BnPdYsbXxxGvt_KwbCnQdL8c, uri: https://127.0.0.1:14000/chalZ/cpHZxlnQEplfSIHSCXrXJF-avsOwQB5SafE-DXM7aaU, status: 2 acme-client: dochngreq: https://127.0.0.1:14000/authZ/ZydyMECs-xfdAlkJmUpv6CnzIyUFFzM_hW_JmO6tORc acme-client: challenge, token: JVhDcZy43-6dA8gD6fcdbSSEqrYdzTYtSFwRB7H_QhY, uri: https://127.0.0.1:14000/chalZ/WnFKSb5Xm6oQNUt8XlLzdZn6qNmvxRcMo9jEBMk9fSk, status: 2 acme-client: order.status 1 acme-client: https://127.0.0.1:14000/finalize-order/YlUaeAdNah1z7vqwXw4f8mcK42qu3AeAEWeMVorUE3I: certificate acme-client: order.status 3 acme-client: https://127.0.0.1:14000/certZ/22ef5344393322d8: 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/5b1103d25f2d42a1 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/5b1103d25f2d42a1 acme-client: https://127.0.0.1:14000/finalize-order/nIAmREFmU1B_ByYSMQKtsZLwwKHJJp416Sa_hxY2G4Q: certificate acme-client: order.status 3 acme-client: https://127.0.0.1:14000/certZ/4ab5d310842b5728: 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/5b1103d25f2d42a1 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"