Skip to content

Commit

Permalink
fix relative link to CertificatePrincipal doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Dec 19, 2016
1 parent 78a89c6 commit 9e626c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/structures/certificate.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Certificate Object

* `data` String - PEM encoded data
* `issuer` [CertificatePrincipal](structures/certificate-principal.md) - Issuer principal
* `issuer` [CertificatePrincipal](certificate-principal.md) - Issuer principal
* `issuerName` String - Issuer's Common Name
* `issuerCert` Certificate - Issuer certificate (if not self-signed)
* `subject` [CertificatePrincipal](structures/certificate-principal.md) - Subject principal
* `subject` [CertificatePrincipal](certificate-principal.md) - Subject principal
* `subjectName` String - Subject's Common Name
* `serialNumber` String - Hex value represented string
* `validStart` Number - Start date of the certificate being valid in seconds
Expand Down

0 comments on commit 9e626c5

Please sign in to comment.