Skip to content

Commit e48d4a8

Browse files
save file
1 parent 32493fb commit e48d4a8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

blog/25-09-29/name-constraints-in-x509-certificate/name-constraints-in-x509-certificate.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,19 @@
2121
<meta name=viewport content='width=device-width, initial-scale=1'>
2222

2323

24+
<script type='application/ld+json'>
25+
{
26+
"@context" : "https://schema.org",
27+
"@type" : "TechArticle",
28+
"headline" : "Name Constraints In x509 Certificate",
29+
"description" : "Learn how to configure name constraints in an X.509 certificate using OpenSSL. This hands-on guide features editable, runnable code directly in the browser, allowing you to generate and download custom certificates with ease.",
30+
"author" : {"@type":"Person","name":"Matthew Richards"},
31+
"datePublished" : "2025-08-31",
32+
"dateModified" : "2025-10-15",
33+
"mainEntityOfPage" : {"@type":"WebPage","@id":"https://ext-code.com/blog/25-09-29/name-constraints-in-x509-certificate/name-constraints-in-x509-certificate.html"},
34+
"publisher" : {"@type":"Organization","name":"ext-code.com","logo":{"@type":"ImageObject","url":"https://ext-code.com/favicon.ico"}},
35+
}
36+
</script>
2437

2538

2639

0 commit comments

Comments
 (0)