Skip to content

Commit

Permalink
update REFERENCE
Browse files Browse the repository at this point in the history
  • Loading branch information
markuszilch committed May 22, 2023
1 parent 4611317 commit 04df889
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,16 +408,16 @@ certificate CommonName

##### <a name="-openssl--certificate--x509--altnames"></a>`altnames`

Data type: `Optional[Array]`
Data type: `Array`

certificate subjectAltName.
Can be an array or a single string.

Default value: `undef`
Default value: `[]`

##### <a name="-openssl--certificate--x509--extkeyusage"></a>`extkeyusage`

Data type: `Optional[Array]`
Data type: `Array`

certificate extended key usage
Value | Meaning
Expand All @@ -434,7 +434,7 @@ msCodeCom | Microsoft Commercial Code Signing (authenticode)
msCTLSign | Microsoft Trust List Signing
msEFS | Microsoft Encrypted File System

Default value: `undef`
Default value: `[]`

##### <a name="-openssl--certificate--x509--organization"></a>`organization`

Expand Down

0 comments on commit 04df889

Please sign in to comment.