Azure / Azure/azure-functions-java-library

How to access self signed certifcates in Java

Open
#105 3 comments 0 reactions 0 assignees View on GitHub
area:java-functions
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.