Update webpage "Documentation - OpenSSL Self-signed Certificate Chain" from version 1.0.1-beta.2+7 to 1.0.2-beta.1+11
This commit is contained in:
parent
72e36ca486
commit
d25d2448c7
@ -5,7 +5,7 @@
|
||||
<!-- Copyright 2023 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||
|
||||
<!-- Version: 1.0.1-beta.2+7 -->
|
||||
<!-- Version: 1.0.2-beta.1+11 -->
|
||||
|
||||
|
||||
<html>
|
||||
@ -14,6 +14,7 @@
|
||||
<link rel="stylesheet" href=../main.css>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Navigation bar -->
|
||||
<div class="sidebar">
|
||||
<a href="../index.html"><img src="../asset/img/logo-inferencium-no_text.png" width="110px" height="110px"></a>
|
||||
@ -28,15 +29,15 @@
|
||||
<div><a href="../key.html">Key</a></div>
|
||||
<div><a href="../changelog.html">Changelog</a></div>
|
||||
</div>
|
||||
<body>
|
||||
<section id="introduction">
|
||||
<h1 id="introduction"><a href="#introduction">Documentation - OpenSSL Self-signed Certificate Chain</a></h1>
|
||||
<p>This documentation contains the complete set of commands to create a new OpenSSL self-signed
|
||||
certificate chain with V3 subjectAltName (SAN) extensions enabled. Multiple SANs can be included
|
||||
in a certificate by adding each domain as a comma-delimited string. Each key can be encrypted or
|
||||
unencrypted, with multiple encryption options; AES (<code>aes128</code> or <code>aes256</code>)
|
||||
is recommended. Optional verification can also be performed between multiple levels of
|
||||
certificates to ensure the chain of trust is valid.</p>
|
||||
<p>This documentation contains the complete set of commands to create a new OpenSSL
|
||||
self-signed certificate chain with V3 subjectAltName (SAN) extensions enabled. Multiple
|
||||
SANs can be included in a certificate by adding each domain as a comma-delimited string.
|
||||
Each key can be encrypted or unencrypted, with multiple encryption options; AES
|
||||
(<code>aes128</code> or <code>aes256</code>) is recommended. Optional verification can
|
||||
also be performed between multiple levels of certificates to ensure the chain of trust
|
||||
is valid.</p>
|
||||
<p>This documentation is also available in portable AsciiDoc format in my
|
||||
<a href="https://src.inferencium.net/Inferencium/doc/src/branch/stable/security/openssl_selfsigned_certificate_chain.adoc">documentation source code repository</a>.
|
||||
</section>
|
||||
|
Loading…
x
Reference in New Issue
Block a user