修复 NATS Bao ACME 证书密钥类型
yaml / yaml (pull_request) Successful in 10s

This commit is contained in:
2026-09-16 12:25:28 +00:00
parent b953db199e
commit f36a1cbf11
2 changed files with 5 additions and 2 deletions
+3 -2
View File
@@ -15,6 +15,7 @@ spec:
duration: 720h
renewBefore: 168h
privateKey:
algorithm: ECDSA
size: 256
# OpenBao's bao-server role intentionally accepts RSA keys only.
algorithm: RSA
size: 2048
rotationPolicy: Always