Skip to content

Does it support ECC and PEM ssl certificates? #79

Closed Answered by shinsenter
insign asked this question in Q&A
Discussion options

You must be logged in to vote

Not tested but if you have an intermediate certificate file (something like cf_bs_ECC_intermediate.pem), try this on your host machine before starting your container:

cat cf_bs_ECC_intermediate.pem >> cf_bs_ECC_cert.pem

※ Note: please make a backup of your cert files.

Then use your PEM files as described above.

COPY ./cf_bs_ECC_cert.pem /etc/ssl/site/server.crt
COPY ./cf_bs_ECC_key.pem /etc/ssl/site/server.key

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@shinsenter
Comment options

Answer selected by insign
@insign
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #78 on July 18, 2024 23:14.