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.
-
I don't care about AATL at all. I have a certificate that I have already generated, and I would like to purchase a signature for it from a CA, but I cannot find one. Do you know a CA that will sign a certificate without requiring it to exist on secure hardware.Seb– Seb2019-04-09 12:07:58 +00:00Commented Apr 9, 2019 at 12:07
-
1My personal CA I created just moments ago will happily sign it! Or are there maybe any other requirements you have but didn't tell us?Josef– Josef2019-04-09 12:12:08 +00:00Commented Apr 9, 2019 at 12:12
-
What exactly makes a CA a CA, rather than just some entity that is agreeing to sign a public key? If a company wanted to sign their own keys, what would make them a CA signing their own keys, vs just a self-signed certificate? Or is there no difference?Seb– Seb2019-04-09 12:24:51 +00:00Commented Apr 9, 2019 at 12:24
-
2@Seb this could be another question. Basically a CA confirms to rules (e.g. AATL) and is audited by another company to check that they actually follow this rules. Based on that, the creator of the rules (e.g. Adobe) trusts the certificates signed by the CA. If you don't want Adobe to trust your certificate, why do you need a CA? Or in other words: A CA is just some entity that is agreeing to sign a public key! Just one entity that a lot of other people choose to trust.Josef– Josef2019-04-09 12:26:54 +00:00Commented Apr 9, 2019 at 12:26
-
1A certificate authority depends on context. I'm my own CA when it comes to signing kernel modules for my laptop.vidarlo– vidarlo2019-04-09 13:38:21 +00:00Commented Apr 9, 2019 at 13:38
|
Show 1 more comment
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