Sha256: 44b864e849cf7c8fab220c8063733cc86fdbb89afb870049165e8e178ea7335a
Contents?: true
Size: 1.51 KB
Versions: 6
Compression:
Stored size: 1.51 KB
Contents
<html> <head> <title>Issue</title> </head> <body> <h1>Issue a certificate</h1> <form method="post" action="/1/certificate/issue/"> <p> CA: <br /> <input type="text" name="ca" /> </p> <p> Profile: <br /> <input type="text" name="profile" /> </p> <p> Validity Period (in seconds): <br /> <input type="text" name="validityPeriod" /> </p> <p> C: <br /> <input type="text" name="subject[C]" /> </p> <p> ST: <br /> <input type="text" name="subject[ST]" /> </p> <p> L: <br /> <input type="text" name="subject[L]" /> </p> <p> O: <br /> <input type="text" name="subject[O]" /> </p> <p> OU: <br /> <input type="text" name="subject[OU]" /> </p> <p> CN: <br /> <input type="text" name="subject[CN]" /> </p> <p> emailAddress: <br /> <input type="text" name="subject[emailAddress]" /> </p> <p> SAN: <br /> <input type="text" name="extensions[subjectAlternativeName][]" /> <br /> <input type="text" name="extensions[subjectAlternativeName][]" /> <br /> <input type="text" name="extensions[subjectAlternativeName][]" /> <br /> <input type="text" name="extensions[subjectAlternativeName][]" /> <br /> <input type="text" name="extensions[subjectAlternativeName][]" /> <br /> </p> <p> CSR: <br /> <textarea name="csr" rows="6" cols="80"></textarea> </p> <p> <input type="submit" value="Gimme" /> </p> </form> </body> </html>
Version data entries
6 entries across 6 versions & 1 rubygems