Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.
/ azure-hsm-signing Public archive

Demonstrates how to perform Azure KeyVault HSM Signing with the PDFNet library

Notifications You must be signed in to change notification settings

CorreyL/azure-hsm-signing

Repository files navigation

Archive Notice

This repository will be maintained by Apryse in the following repository:

https://github.com/PDFTron/azure-hsm-signing

Azure HSM Signing

This repository is a sample for how to perform signing and verification of arbitrary data with Azure KeyVault

Prerequisites

Before running this program, you must have the following environment variables declared using PowerShell:

# https://portal.azure.com/#blade/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/Overview
$Env:AZURE_TENANT_ID="your-azure-tenant-id"
# https://portal.azure.com/#blade/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/RegisteredApps
$Env:AZURE_CLIENT_ID="your-azure-client-id"
$Env:AZURE_CLIENT_SECRET="your-client-secret-associated-with-azure-client-id"

And add your PDFNet License Key to the file .pdfnetlicensekey

mv empty.pdfnetlicensekey .pdfnetlicensekey
# Add license key to .pdfnetlicensekey

About

Demonstrates how to perform Azure KeyVault HSM Signing with the PDFNet library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages