Skip to content

Commit 9f544e3

Browse files
modify the readme for keyvault certificates sample (Azure#18411)
1 parent 9af9002 commit 9f544e3

File tree

1 file changed

+15
-0
lines changed
  • sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-keyvault-certificates

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,29 @@
11
# Azure Spring Boot Key Vault Certificates client library for Java
2+
23
## 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+
38
## Getting started
49

510
### Environment checklist
611
We need to ensure that this [environment checklist][ready-to-run-checklist] is completed before the run.
712

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+
816
## Examples
917
## Troubleshooting
1018
## Next steps
19+
## Run with Maven
20+
```
21+
cd azure-spring-boot-samples/azure-spring-boot-sample-keyvault-certificates
22+
mvn spring-boot:run
23+
```
1124
## Contributing
1225

1326
<!-- LINKS -->
1427
[ready-to-run-checklist]: https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/spring/azure-spring-boot-samples/README.md#ready-to-run-checklist
28+
[azure_spring_boot_starter_key_vault_certificates]: https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/spring/azure-spring-boot-starter-keyvault-certificates/README.md
29+
[steps_to_store_certificate]: https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/spring/azure-spring-boot-starter-keyvault-certificates/README.md#creating-an-azure-key-vault

0 commit comments

Comments
 (0)