==== 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" 33371 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/78954a2fa523f9e1 acme-client: dochngreq: https://127.0.0.1:14000/authZ/8iuLCtT01RZ-1PNK5pnMKa-ak14x42oBrPXG626PWGA acme-client: challenge, token: 1fCHGJdwgIvkeaCxQcXiFP5JwlIesrQKbsfqKFkJXFg, uri: https://127.0.0.1:14000/chalZ/6JKUWBttxi-o9_skkxbBNHber5iWvCG631TdmDT7t8Q, status: 0 acme-client: /home/src/regress/usr.sbin/acme-client/obj/www/acme/1fCHGJdwgIvkeaCxQcXiFP5JwlIesrQKbsfqKFkJXFg: created acme-client: https://127.0.0.1:14000/chalZ/6JKUWBttxi-o9_skkxbBNHber5iWvCG631TdmDT7t8Q: challenge acme-client: order.status 0 acme-client: dochngreq: https://127.0.0.1:14000/authZ/8iuLCtT01RZ-1PNK5pnMKa-ak14x42oBrPXG626PWGA acme-client: challenge, token: 1fCHGJdwgIvkeaCxQcXiFP5JwlIesrQKbsfqKFkJXFg, uri: https://127.0.0.1:14000/chalZ/6JKUWBttxi-o9_skkxbBNHber5iWvCG631TdmDT7t8Q, status: 2 acme-client: order.status 1 acme-client: https://127.0.0.1:14000/finalize-order/a13dJRlokUMRHLe2CvqIniwNu4rpkXc_JsW5UV4lowA: certificate acme-client: order.status 3 acme-client: https://127.0.0.1:14000/certZ/65befdb5bb23eba0: certificate account key: https://127.0.0.1:14000/my-account/78954a2fa523f9e1 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/78954a2fa523f9e1 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/78954a2fa523f9e1 acme-client: https://127.0.0.1:14000/finalize-order/oXW6RgXUZyZBPClY8iQT76o8D_Y47t0xBwdfVzIzB08: certificate acme-client: order.status 3 acme-client: https://127.0.0.1:14000/certZ/7a83f223f7d076a7: 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/78954a2fa523f9e1 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/78954a2fa523f9e1 acme-client: dochngreq: https://127.0.0.1:14000/authZ/Huy1U8GVqOO4dzjWkCIuWI77MCfXzrDw42cJXE8f2wM acme-client: challenge, token: 6YfILaoUuXDe3ukkLBJTe0GxVB3_8q6CxgW-EW7zCoM, uri: https://127.0.0.1:14000/chalZ/aawyzuvwQi0ocUJP_JwY3CjWLHKm1E5JNapTIoKv1HA, status: 0 acme-client: /home/src/regress/usr.sbin/acme-client/obj/www/acme/6YfILaoUuXDe3ukkLBJTe0GxVB3_8q6CxgW-EW7zCoM: created acme-client: dochngreq: https://127.0.0.1:14000/authZ/_hAt8MGmlODqM8kAEkxP1B47I0iBSxZERN0MsZDn290 acme-client: challenge, token: e212QIst43mVP9hBBf4kMZNViMvdEKLqcZHLG1n5650, uri: https://127.0.0.1:14000/chalZ/FQgATVK0LejG1t2bhLujb1PonOKfh8Zz-Q8loQu6-1U, status: 0 acme-client: /home/src/regress/usr.sbin/acme-client/obj/www/acme/e212QIst43mVP9hBBf4kMZNViMvdEKLqcZHLG1n5650: created acme-client: dochngreq: https://127.0.0.1:14000/authZ/sHpHg3-Ji7jPJr7GqbDQTnHQKzxnmLhAYLGA36Mk8uE acme-client: challenge, token: X44C_SlN1gzNzqvxUtKKVSzwKrjXa5kdWvhvLb6E5S8, uri: https://127.0.0.1:14000/chalZ/mHjeXPh5olpyUdJ9Uu6gJ1T_n5-1MpCWJu3dihWwU5c, status: 0 acme-client: /home/src/regress/usr.sbin/acme-client/obj/www/acme/X44C_SlN1gzNzqvxUtKKVSzwKrjXa5kdWvhvLb6E5S8: created acme-client: https://127.0.0.1:14000/chalZ/aawyzuvwQi0ocUJP_JwY3CjWLHKm1E5JNapTIoKv1HA: challenge acme-client: https://127.0.0.1:14000/chalZ/FQgATVK0LejG1t2bhLujb1PonOKfh8Zz-Q8loQu6-1U: challenge acme-client: https://127.0.0.1:14000/chalZ/mHjeXPh5olpyUdJ9Uu6gJ1T_n5-1MpCWJu3dihWwU5c: challenge acme-client: order.status 0 acme-client: dochngreq: https://127.0.0.1:14000/authZ/Huy1U8GVqOO4dzjWkCIuWI77MCfXzrDw42cJXE8f2wM acme-client: challenge, token: 6YfILaoUuXDe3ukkLBJTe0GxVB3_8q6CxgW-EW7zCoM, uri: https://127.0.0.1:14000/chalZ/aawyzuvwQi0ocUJP_JwY3CjWLHKm1E5JNapTIoKv1HA, status: 2 acme-client: dochngreq: https://127.0.0.1:14000/authZ/_hAt8MGmlODqM8kAEkxP1B47I0iBSxZERN0MsZDn290 acme-client: challenge, token: e212QIst43mVP9hBBf4kMZNViMvdEKLqcZHLG1n5650, uri: https://127.0.0.1:14000/chalZ/FQgATVK0LejG1t2bhLujb1PonOKfh8Zz-Q8loQu6-1U, status: 2 acme-client: dochngreq: https://127.0.0.1:14000/authZ/sHpHg3-Ji7jPJr7GqbDQTnHQKzxnmLhAYLGA36Mk8uE acme-client: challenge, token: X44C_SlN1gzNzqvxUtKKVSzwKrjXa5kdWvhvLb6E5S8, uri: https://127.0.0.1:14000/chalZ/mHjeXPh5olpyUdJ9Uu6gJ1T_n5-1MpCWJu3dihWwU5c, status: 2 acme-client: order.status 1 acme-client: https://127.0.0.1:14000/finalize-order/Y2biBSK5ipMwFbRdUlqrspRLEXbAdo0Nr1Vfs5mthNg: certificate acme-client: order.status 3 acme-client: https://127.0.0.1:14000/certZ/619146e4ff1fce52: 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/78954a2fa523f9e1 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/78954a2fa523f9e1 acme-client: dochngreq: https://127.0.0.1:14000/authZ/yLroBuSVSdDwOR7vcmtxVmwiCUavnb6Hkku9rcxMDLA acme-client: challenge, token: n3impS-GuWCgzQdmXZoEJ2GPP78ieO_kBHDmsLHWSj0, uri: https://127.0.0.1:14000/chalZ/egHMQkOPtU1j8E6G1LRpFkoMbI415Jc7TrYpYviCZew, status: 0 acme-client: /home/src/regress/usr.sbin/acme-client/obj/www/acme/n3impS-GuWCgzQdmXZoEJ2GPP78ieO_kBHDmsLHWSj0: created acme-client: https://127.0.0.1:14000/chalZ/egHMQkOPtU1j8E6G1LRpFkoMbI415Jc7TrYpYviCZew: challenge acme-client: order.status 0 acme-client: dochngreq: https://127.0.0.1:14000/authZ/yLroBuSVSdDwOR7vcmtxVmwiCUavnb6Hkku9rcxMDLA acme-client: challenge, token: n3impS-GuWCgzQdmXZoEJ2GPP78ieO_kBHDmsLHWSj0, uri: https://127.0.0.1:14000/chalZ/egHMQkOPtU1j8E6G1LRpFkoMbI415Jc7TrYpYviCZew, status: 2 acme-client: order.status 1 acme-client: https://127.0.0.1:14000/finalize-order/ngl4ywaqWOhGKIYcNTVasxj72zdKquZoL1fr-cyFktc: certificate acme-client: order.status 3 acme-client: https://127.0.0.1:14000/certZ/3f37e2508b7bf5cf: 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/78954a2fa523f9e1 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"