Sha256: 85590e309fe9e3f6b3ecc5b92728b08553b6798402879c6284e2e9ec20679220
Contents?: true
Size: 1.74 KB
Versions: 1
Compression:
Stored size: 1.74 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
r509-ca-http-0.1 | lib/r509/certificateauthority/http/views/test_issue.erb |