You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
-
1This question would be improved by some example links to the packages involved. I suspect the Answer may be that they're selling an HSM which will protect their signing subkey even though the signing ability is transferred to your posession. It prevents you, or an attacker, from extracting their signing key (the "file") and redistributing it in any way.gowenfawr– gowenfawr2019-04-09 10:13:55 +00:00Commented Apr 9, 2019 at 10:13
-
I've added an example for GlobalSign. The key will be secure on our systems, the hardware solution will directly interfere with software.Seb– Seb2019-04-09 11:07:20 +00:00Commented Apr 9, 2019 at 11:07
-
2Possible duplicate of valid PDF signature without using hardware HSM or usb Token. In short - this is a legal requirement for the kind of certificates you want to use. It is different for example with certificates for HTTPS server where you actually get the files. Also duplicate to Need raw certificate/key to sign PDFs via Java app. But vendors seem to only sell HSMs for this. What to do?Steffen Ullrich– Steffen Ullrich2019-04-09 11:12:51 +00:00Commented Apr 9, 2019 at 11:12
-
2You can just buy a certificate intended for https or S/MIME and sign any file. It technically works. It will just not be accepted by entities which require you to have a document signing certificate.Josef– Josef2019-04-09 11:23:03 +00:00Commented Apr 9, 2019 at 11:23
-
3@Seb: While you claim that it is not related to Adobe but you don't even say what you need the certificate for. Like I said in my comment - you can actually get certificates as files for use in a HTTPS server. But this does not seem to be what you want. It would be more useful if you would describe the actual use case what you need the certificates for instead of complaining that the suggested duplicates have nothing to do with what you want (but don't explain).Steffen Ullrich– Steffen Ullrich2019-04-09 13:25:57 +00:00Commented Apr 9, 2019 at 13:25
|
Show 5 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. web-application), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you