This repository was archived by the owner on Mar 31, 2023. It is now read-only.
Has anyone tried to encrypt a certificate for MS Graph subscription? #110
Unanswered
mohammadamer
asked this question in
Q&A
Replies: 1 comment 8 replies
-
Certificate itself doesn't have to be encrypted, just base64 encoded. Do you have some code that we could look like to better understand what you're trying and where you're stuck? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Unfortunately, it's not clear in MS documentation how to encrypt a certificate for MS Graph Subscription.
Has anyone tried to encrypt a certificate for MS Graph subscription?
` // Get ngrok URL if set (for local development)
var notificationHost = _config["ngrokUrl"] ?? req.Url.Host;
var certificateThumbprint = _config["CertificateThumbprint"];
Beta Was this translation helpful? Give feedback.
All reactions