Duplicate
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Ian McCloyIan McCloy(Deactivated)Reporter
bweirbweirPriority
MajorInstabug
Open Instabug
Details
Details
Assignee
Ian McCloy
Ian McCloy(Deactivated)Reporter
bweir
bweirPriority
Instabug
Open Instabug
PagerDuty
PagerDuty
PagerDuty
Sentry
Sentry
Sentry
Zendesk Support
Zendesk Support
Zendesk Support
Created May 16, 2017 at 8:55 PM
Updated August 18, 2021 at 8:39 AM
Resolved August 18, 2021 at 8:31 AM
In following these steps: https://developer.couchbase.com/documentation/server/4.6/security/security-x509certsintro.html
I tried using
couchbase-cli ssl-manage --set-node-certificate
using a cert and key that were minted by our in-house CA. It was rejected by the couchbase server as follows:It seems that the key file is in PKCS#8 format which couchbase cannot understand. Can support for this be added? More info:
http://stackoverflow.com/questions/20065304/what-is-the-differences-between-begin-rsa-private-key-and-begin-private-key
https://tools.ietf.org/html/rfc5208
http://stackoverflow.com/questions/18039401/how-can-i-transform-between-the-two-styles-of-public-key-format-one-begin-rsa
My current workaround is to use openssl to convert to PKCS#1 format with these commands: