Azure / Azure/azure-functions-java-library
How to access self signed certifcates in Java
- Dominant language
- Java
- Stars
- 45
- Forks
- 49
- PR merge metrics
- No merged PRs in 30d
Description
This is not a bug:
I couldn't find anywhere in the documents on Azure functions Java developer guide on how to access the self-signed certificates uploaded through function app settings. All examples quoted are from C#.
I have loaded the SSL CA root and Intermediate (self-signed) into SSL configurations on the azure functions. I have following app settings `WEBSITE_LOAD_CERTIFICATES = *` to export all the certificates into the Azure runtime.
Question:
1. Docs says the certificates get loaded into a `CurrentUser\My Store` How would I access that location from Java?
2. Any example would be really useful.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.