Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

A way to generate Adobe Digital ID on server-side?

New Here ,
Mar 20, 2020 Mar 20, 2020

Copy link to clipboard

Copied

Is it possible to generate Adobe Digital ID(.pfx certificate file) on Linux via command-line?

 

I only need to generate a valid .pfx certificate file. My purpose is automating our business flow. By valid I mean according to these trusted authorities:

 

https://helpx.adobe.com/acrobat/kb/approved-trust-list1.html

TOPICS
Security digital signatures and esignatures

Views

571
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 21, 2020 Mar 21, 2020

Copy link to clipboard

Copied

Hmm, I don't think an Adobe Digital ID is accepted by these trust authorities. They only trust certificates they sell and make themselves, so far as I know. Did you try making one to check?

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 21, 2020 Mar 21, 2020

Copy link to clipboard

Copied

I just want to generate a valid .pfx certificate file on server-side to automate some process.

 

My manager buys certificates from one of those providers. Maybe I'm using the wrong terms like Adobe Digital ID, etc...

 

Do you know any way to generate a .pfx certificate programmatically? Like an API or command-line application for Linux?

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 21, 2020 Mar 21, 2020

Copy link to clipboard

Copied

LATEST

There are many ways to make certificate files, using openssl command for instance. But I repeat; they won't be accepted by those providers, as nobody will have checked the details. When you buy a certificate, you aren't just paying someone to run a command for you. You're paying them to check your identity at some level, and to put their reputation on the line to say they have done that.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines