🔱: [acme] sync upgrade with 7 commits [trident-sync]

Small crypto docs fix 2
Small crypto docs fix
Bump v5.3.1
Discourage use of cert subject common name, examples and docs
Style refactor docs and examples
Bump dependencies
This commit is contained in:
GitHub Actions Bot
2024-05-23 19:24:12 +00:00
parent 0f1ae6ccd9
commit 162e10909b
16 changed files with 94 additions and 90 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ module.exports = async () => {
/* Create CSR */
const [key, csr] = await acme.crypto.createCsr({
commonName: 'example.com',
altNames: ['example.com'],
});
/* Certificate */