==== 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" 90365 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/607cf544f9b8a43d acme-client: dochngreq: https://127.0.0.1:14000/authZ/MSvsQZUf9DDD3MwVGC5LlpvCbxY7tW96foVculxuPBg acme-client: challenge, token: SbkI3qyvjoOy5Sv4ZEORi6gJdd3Hif1xP9WrxPU3zOA, uri: https://127.0.0.1:14000/chalZ/prwLbFn8GNRDo1OxciQHK17XCxf610eLJfF5eh35_cc, status: 0 acme-client: /home/src/regress/usr.sbin/acme-client/obj/www/acme/SbkI3qyvjoOy5Sv4ZEORi6gJdd3Hif1xP9WrxPU3zOA: created acme-client: https://127.0.0.1:14000/chalZ/prwLbFn8GNRDo1OxciQHK17XCxf610eLJfF5eh35_cc: challenge acme-client: order.status 0 acme-client: dochngreq: https://127.0.0.1:14000/authZ/MSvsQZUf9DDD3MwVGC5LlpvCbxY7tW96foVculxuPBg acme-client: challenge, token: SbkI3qyvjoOy5Sv4ZEORi6gJdd3Hif1xP9WrxPU3zOA, uri: https://127.0.0.1:14000/chalZ/prwLbFn8GNRDo1OxciQHK17XCxf610eLJfF5eh35_cc, status: 2 acme-client: order.status 1 acme-client: https://127.0.0.1:14000/finalize-order/KmzcZ-bgSgQoGtIglI-1YrWC3xbpX3KEI-ypr0sawXk: certificate acme-client: order.status 3 acme-client: https://127.0.0.1:14000/certZ/7c596095a6fe3416: certificate acme-client: /home/src/regress/usr.sbin/acme-client/obj/etc/ssl/acme/cert.pem: created account key: https://127.0.0.1:14000/my-account/607cf544f9b8a43d 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/607cf544f9b8a43d 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/607cf544f9b8a43d acme-client: https://127.0.0.1:14000/finalize-order/KXdPeYeTAj3PyqIwKcZZ504jOmz9eTPARnD7SJQxp4I: certificate acme-client: order.status 3 acme-client: https://127.0.0.1:14000/certZ/35cd844e3c181329: 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/607cf544f9b8a43d 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/607cf544f9b8a43d acme-client: dochngreq: https://127.0.0.1:14000/authZ/MSvsQZUf9DDD3MwVGC5LlpvCbxY7tW96foVculxuPBg acme-client: challenge, token: SbkI3qyvjoOy5Sv4ZEORi6gJdd3Hif1xP9WrxPU3zOA, uri: https://127.0.0.1:14000/chalZ/prwLbFn8GNRDo1OxciQHK17XCxf610eLJfF5eh35_cc, status: 2 acme-client: dochngreq: https://127.0.0.1:14000/authZ/EjU6m0Xc6gK-ycWoyquDtWCfpIo2m2hBPrUxVowhIOY acme-client: challenge, token: j5mFVeNzvG4gU1HVig34mZjMF306NZHnXzznhb6d2M0, uri: https://127.0.0.1:14000/chalZ/oyyvHyGdocZWUTutmPvdTROQERIpdYGe8VI40PT5mrY, status: 0 acme-client: /home/src/regress/usr.sbin/acme-client/obj/www/acme/j5mFVeNzvG4gU1HVig34mZjMF306NZHnXzznhb6d2M0: created acme-client: dochngreq: https://127.0.0.1:14000/authZ/QTUP2N9q80WyKvtZsm5_rTlcXrA7LGJeY9oSrxCcWGM acme-client: challenge, token: bME1o2-vrduzhRWT6jmjRhdMtnEj-odgtCXj-h53lB8, uri: https://127.0.0.1:14000/chalZ/FDfXEhNx3j3XOjGGIesIBsDXIEubATF6Dwe1ZCGoCsA, status: 0 acme-client: /home/src/regress/usr.sbin/acme-client/obj/www/acme/bME1o2-vrduzhRWT6jmjRhdMtnEj-odgtCXj-h53lB8: created acme-client: https://127.0.0.1:14000/chalZ/oyyvHyGdocZWUTutmPvdTROQERIpdYGe8VI40PT5mrY: challenge acme-client: https://127.0.0.1:14000/chalZ/FDfXEhNx3j3XOjGGIesIBsDXIEubATF6Dwe1ZCGoCsA: challenge acme-client: order.status 0 acme-client: dochngreq: https://127.0.0.1:14000/authZ/MSvsQZUf9DDD3MwVGC5LlpvCbxY7tW96foVculxuPBg acme-client: challenge, token: SbkI3qyvjoOy5Sv4ZEORi6gJdd3Hif1xP9WrxPU3zOA, uri: https://127.0.0.1:14000/chalZ/prwLbFn8GNRDo1OxciQHK17XCxf610eLJfF5eh35_cc, status: 2 acme-client: dochngreq: https://127.0.0.1:14000/authZ/EjU6m0Xc6gK-ycWoyquDtWCfpIo2m2hBPrUxVowhIOY acme-client: challenge, token: j5mFVeNzvG4gU1HVig34mZjMF306NZHnXzznhb6d2M0, uri: https://127.0.0.1:14000/chalZ/oyyvHyGdocZWUTutmPvdTROQERIpdYGe8VI40PT5mrY, status: 2 acme-client: dochngreq: https://127.0.0.1:14000/authZ/QTUP2N9q80WyKvtZsm5_rTlcXrA7LGJeY9oSrxCcWGM acme-client: challenge, token: bME1o2-vrduzhRWT6jmjRhdMtnEj-odgtCXj-h53lB8, uri: https://127.0.0.1:14000/chalZ/FDfXEhNx3j3XOjGGIesIBsDXIEubATF6Dwe1ZCGoCsA, status: 2 acme-client: order.status 1 acme-client: https://127.0.0.1:14000/finalize-order/DQIAwDAFcvBeMVTgKq9xRn39-QDM7m9W1XqLI0a3trE: certificate acme-client: order.status 3 acme-client: https://127.0.0.1:14000/certZ/3c689266d2f8f901: 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/607cf544f9b8a43d 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/607cf544f9b8a43d acme-client: https://127.0.0.1:14000/finalize-order/Mc7AQ8AteI36o7TyLBfWgmtPxNcNi5gINHfCMwMe8Bs: certificate acme-client: order.status 3 acme-client: https://127.0.0.1:14000/certZ/2ffa32056e763a73: 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/607cf544f9b8a43d 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"