mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #630] Ecc certificate is not available #425
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#425
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @loveqianool on GitHub (Sep 21, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/630
Use acme.sh certificate issued ecc unavailable
acme.sh --issue --dns dns_cf -d example.com -d '*.example.com' -k ec-256@dani-garcia commented on GitHub (Sep 23, 2019):
Hmm never tried with ECDSA certificates, they might not be compatible. I'd recommend you use a reverse proxy in front of the server which is likely to be more performant than Rockets TLS implementation. Proxy examples here.
Otherwise, you might need to use an RSA certificate.
@loveqianool commented on GitHub (Sep 24, 2019):
Yes, I am using caddy now, it works very well. Thank you.