AATL document signing certificate in Azure Key Vault

Viewed 393

This question was already asked before, e.g. here and here, but the answers are rather old and I wonder if something has changed in the meantime.

I would like to sign pdf documents from azure functions with an adobe trusted certificate. But obviously these AATL document signing certicates are only available as usb tokens/hsm and cannot be used from Azure Key Vault.

I guess signing pdfs from within Azure is quite a common task. Am I missing something? Is there an inexpensive alternative (for a small company)?

1 Answers

I've been using this approach for a year. You need CA that can issue a digital signing certificate as PFX file or issue with CSR created from Azure Key Vault.

Now some CA can issue a digital signing certificate with AATL for this case.

Related