==== 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" 27514 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/2e04ab089c4ef73d acme-client: dochngreq: https://127.0.0.1:14000/authZ/BPiZWlrxRdoIuGQs1a8GYn2i2gA3NTj3vvhU9QN3ieQ acme-client: challenge, token: fcVCz1C5mVhYlqBMKsuqBm0FZ4Qp5WOjdENdpnMGphs, uri: https://127.0.0.1:14000/chalZ/xZpc_rmmM8n3r56ZxMnmGN06MIAPzc85GE6RK4YH72Q, status: 0 acme-client: /home/src/regress/usr.sbin/acme-client/obj/www/acme/fcVCz1C5mVhYlqBMKsuqBm0FZ4Qp5WOjdENdpnMGphs: created acme-client: https://127.0.0.1:14000/chalZ/xZpc_rmmM8n3r56ZxMnmGN06MIAPzc85GE6RK4YH72Q: challenge acme-client: order.status 0 acme-client: dochngreq: https://127.0.0.1:14000/authZ/BPiZWlrxRdoIuGQs1a8GYn2i2gA3NTj3vvhU9QN3ieQ acme-client: challenge, token: fcVCz1C5mVhYlqBMKsuqBm0FZ4Qp5WOjdENdpnMGphs, uri: https://127.0.0.1:14000/chalZ/xZpc_rmmM8n3r56ZxMnmGN06MIAPzc85GE6RK4YH72Q, status: 2 acme-client: order.status 1 acme-client: https://127.0.0.1:14000/finalize-order/a9Aik07_jWeL89f2MvmoJz46D9oIGZsdaeALF6-Zk9c: certificate acme-client: order.status 3 acme-client: https://127.0.0.1:14000/certZ/51a956ed53a47e78: certificate account key: https://127.0.0.1:14000/my-account/2e04ab089c4ef73d 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/2e04ab089c4ef73d 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/2e04ab089c4ef73d acme-client: https://127.0.0.1:14000/finalize-order/bXnPaavX7OVIZ4nzYbDP-a53DB4zviVM6Y0xmwO6rAs: certificate acme-client: order.status 3 acme-client: https://127.0.0.1:14000/certZ/1e21a1b143838fd4: 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/2e04ab089c4ef73d 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/2e04ab089c4ef73d acme-client: dochngreq: https://127.0.0.1:14000/authZ/vDZVArua1U8s4KrvoiUj7IUXW0ORmIqHs2izC3KH0Ig acme-client: challenge, token: 7G0Nmyp5D0g1oGs5i1drVRgrsmF5yMaT-IQwNFzrKag, uri: https://127.0.0.1:14000/chalZ/FNXE_cIDhWXndufpT24IJsREFRP5xbfd7n6X7Tk2xOE, status: 0 acme-client: /home/src/regress/usr.sbin/acme-client/obj/www/acme/7G0Nmyp5D0g1oGs5i1drVRgrsmF5yMaT-IQwNFzrKag: created acme-client: dochngreq: https://127.0.0.1:14000/authZ/-SNgq7xidiRLqkPkW2sVH4zpuvDYKBBHI0GVUqHpgYs acme-client: challenge, token: Top0Qye-Ay6NJwAPUkQe0SPPQs3pDQPxyHjycPLIgpM, uri: https://127.0.0.1:14000/chalZ/cPRB8WB_6GuslVc386VPzqVv0aXlFVDJhBTLeZoS3Lo, status: 0 acme-client: /home/src/regress/usr.sbin/acme-client/obj/www/acme/Top0Qye-Ay6NJwAPUkQe0SPPQs3pDQPxyHjycPLIgpM: created acme-client: dochngreq: https://127.0.0.1:14000/authZ/8PHG2TNEaCxyPxEOgLTPCdvnFd6l-kerUqHl2hpGXiU acme-client: challenge, token: iCogt4zlbx8JiCPzr6lz2AnOosvaBiTqiylw2hw4eJw, uri: https://127.0.0.1:14000/chalZ/EEYaER2VACzabWqKCYTOIShirZR-z9cBlKDiStZjv70, status: 0 acme-client: /home/src/regress/usr.sbin/acme-client/obj/www/acme/iCogt4zlbx8JiCPzr6lz2AnOosvaBiTqiylw2hw4eJw: created acme-client: https://127.0.0.1:14000/chalZ/FNXE_cIDhWXndufpT24IJsREFRP5xbfd7n6X7Tk2xOE: challenge acme-client: https://127.0.0.1:14000/chalZ/cPRB8WB_6GuslVc386VPzqVv0aXlFVDJhBTLeZoS3Lo: challenge acme-client: https://127.0.0.1:14000/chalZ/EEYaER2VACzabWqKCYTOIShirZR-z9cBlKDiStZjv70: challenge acme-client: order.status 0 acme-client: dochngreq: https://127.0.0.1:14000/authZ/vDZVArua1U8s4KrvoiUj7IUXW0ORmIqHs2izC3KH0Ig acme-client: challenge, token: 7G0Nmyp5D0g1oGs5i1drVRgrsmF5yMaT-IQwNFzrKag, uri: https://127.0.0.1:14000/chalZ/FNXE_cIDhWXndufpT24IJsREFRP5xbfd7n6X7Tk2xOE, status: 2 acme-client: dochngreq: https://127.0.0.1:14000/authZ/-SNgq7xidiRLqkPkW2sVH4zpuvDYKBBHI0GVUqHpgYs acme-client: challenge, token: Top0Qye-Ay6NJwAPUkQe0SPPQs3pDQPxyHjycPLIgpM, uri: https://127.0.0.1:14000/chalZ/cPRB8WB_6GuslVc386VPzqVv0aXlFVDJhBTLeZoS3Lo, status: 2 acme-client: dochngreq: https://127.0.0.1:14000/authZ/8PHG2TNEaCxyPxEOgLTPCdvnFd6l-kerUqHl2hpGXiU acme-client: challenge, token: iCogt4zlbx8JiCPzr6lz2AnOosvaBiTqiylw2hw4eJw, uri: https://127.0.0.1:14000/chalZ/EEYaER2VACzabWqKCYTOIShirZR-z9cBlKDiStZjv70, status: 2 acme-client: order.status 1 acme-client: https://127.0.0.1:14000/finalize-order/bqyCaVcrKZx88b0VsYd7GYpKw44NmF3HOk0zW-KtSHc: certificate acme-client: order.status 3 acme-client: https://127.0.0.1:14000/certZ/4c798a7e8ecb135e: 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/2e04ab089c4ef73d 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/2e04ab089c4ef73d acme-client: https://127.0.0.1:14000/finalize-order/Zg9wbNsEnEP-onPHCFWLmyYHA3VIuW-mpqFi0Sy4ebM: certificate acme-client: order.status 3 acme-client: https://127.0.0.1:14000/certZ/5ec75bf1343b2cb4: 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/2e04ab089c4ef73d 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"