How to get the base 64 encoded form of .pfx file?
I am trying to implement one of the azure resource manager templates
"certData": {
"type": "string",
"metadata": {
"description": "Base-64 encoded form of the .pfx file"
}
}
You can see the cert data wants that information.