Skip to content

Commit

Permalink
Update integration guide with link to Jarsigner for KeyVault JCA prov…
Browse files Browse the repository at this point in the history
…ider.
  • Loading branch information
backwind1233 committed Feb 29, 2024
1 parent 6e6c483 commit e2da339
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- Refer to https://github.com/Azure/azure-sdk-for-java/issues/35677 -->
# Integrate KeyVault JCA provider with Jarsigner

This guide provides a straightforward approach to integrating the KeyVault JCA provider with Jarsigner, ensuring a seamless process for users.
This guide provides a straightforward approach to integrating the KeyVault JCA provider with [Jarsigner](https://docs.oracle.com/javase/8/docs/technotes/tools/unix/jarsigner.html), ensuring a seamless process for users.

## Prerequisites
Before beginning, ensure you have the following:
Expand Down Expand Up @@ -153,6 +153,3 @@ az group delete --name $RESOURCE_GROUP_NAME --yes --no-wait
az ad app delete --id $CLIENT_ID
```

## Refs
- https://docs.oracle.com/javase/8/docs/technotes/tools/unix/jarsigner.html

0 comments on commit e2da339

Please sign in to comment.