pm100
pm100

Reputation: 50190

how to load root CA cert into azure

I have the cert uploaded but I cant work out how to persuade azure to put it in the right place. I tried

EDIT: I ended up writing a little exe that gets run by a startup task

Upvotes: 1

Views: 669

Answers (1)

knightpfhor
knightpfhor

Reputation: 9399

What you want to use is LocalMachine -> Root, but Azure doesn't support putting certificates in the local machine root. The closest you can achieve is using CurrentUser -> Root.

Upvotes: 1

Related Questions