Skip to content

Commit

Permalink
Use code specifier with an explicit language to avoid save-as-html bu…
Browse files Browse the repository at this point in the history
…g in Atom markdown preview: atom/markdown-preview#552
  • Loading branch information
bdaehlie committed Jan 21, 2020
1 parent 39b94a6 commit 0c150a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CP.md
Original file line number Diff line number Diff line change
Expand Up @@ -1521,13 +1521,15 @@ If the Subordinate CA Certificate is not allowed to issue certificates with an i

A decoded example for issuance to the domain and sub domains of example.com by organization Example LLC, Boston, Massachusetts, US would be:

```markdown
X509v3 Name Constraints:
Permitted:
DNS:example.com
DirName: C=US, ST=MA, L=Boston, O=Example LLC
Excluded:
IP:0.0.0.0/0.0.0.0
IP:0:0:0:0:0:0:0:0/0:0:0:0:0:0:0:0
```

If the Subordinate CA is not allowed to issue certificates with dNSNames, then the Subordinate CA Certificate MUST include a zero-length dNSName in excludedSubtrees. Otherwise, the Subordinate CA Certificate MUST include at least one dNSName in permittedSubtrees.

Expand Down

0 comments on commit 0c150a8

Please sign in to comment.