Skip to content
Discussion options

You must be logged in to vote

Ok, I found the solution myself, it is "certutil":

- name: add the .pem cert to trusted store
  run: Certutil -addstore -enterprise -f "Root" "path\to\my_ca.pem"

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by redflitzi

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Build, test, and automate your deployment pipeline with world-class CI/CD Question Ask and answer questions about GitHub features and usage
2 participants