Skip to content

Where store root.key in docker-compose/Get root.key same root.crt #1737

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

You must be logged in to vote

Get docker id

docker_id=$(docker ps -a | grep "smallstep/step-ca" | awk '{print $1}')

Copy root ca key

docker cp $docker_id:/home/step/secrets/root_ca_key .

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by patsevanton
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant