You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Azure Spring Boot Key Vault Certificates client library for Java
2
+
2
3
## Key concepts
4
+
This sample illustrates how to use [Azure Spring Boot Starter Key Vault Certificates ][azure_spring_boot_starter_key_vault_certificates].
5
+
6
+
In this sample, a certificate named `self-signed` is stored into an Azure Key Vault, and a sample Spring application will use its value as a configuration property value.
7
+
3
8
## Getting started
4
9
5
10
### Environment checklist
6
11
We need to ensure that this [environment checklist][ready-to-run-checklist] is completed before the run.
7
12
13
+
### Store Certificate
14
+
We need to store certificate `self-signed` into Azure Key Vault with the following steps: [store certificate ][steps_to_store_certificate]
15
+
8
16
## Examples
9
17
## Troubleshooting
10
18
## Next steps
19
+
## Run with Maven
20
+
```
21
+
cd azure-spring-boot-samples/azure-spring-boot-sample-keyvault-certificates
0 commit comments