Deployment tests: comment on Pebble's certificate
All checks were successful
/ check-pre-commit (push) Successful in 10s
/ check-peertube (push) Successful in 18s
/ check-panel (push) Successful in 1m22s
/ check-deployment-basic (push) Successful in 33s
/ check-deployment-cli (push) Successful in 40s

This commit is contained in:
Nicolas Jeannerod 2025-06-04 15:38:38 +02:00 committed by Valentin Gagarin
parent 69579fea1c
commit 046f7c5998

View file

@ -50,13 +50,16 @@ in
};
security.pki.certificateFiles = [
## NOTE: This certificate is the one used by the Pebble HTTPS server.
## This is NOT the root CA of the Pebble server. We do add it here so
## that Pebble clients can talk to its API, but this will not allow
## those machines to verify generated certificates.
testCerts.ca.cert
];
## FIXME: it is a bit sad that all this logistics is necessary. look into
## better DNS stuff
networking.extraHosts = "${config.acmeNodeIP} acme.test";
})
];
}