Sha256: c205f073d696dada1d3d099affdce33f0f6fadda03e8ebb0ca9b215431f25005

Contents?: true

Size: 456 Bytes

Versions: 5

Compression:

Stored size: 456 Bytes

Contents

<html>
<head>
  <title>Revoke</title>
</head>
<body>

<h1>Revoke a certificate</h1>

<form method="post" action="/1/certificate/revoke/">
  <p>
    CA:
    <br />
    <input type="text" name="ca" />
  </p>
  <p>
    Serial:
    <br />
    <input type="text" name="serial" />
  </p>
  <p>
    Reason (integer or nil):
    <br />
    <input type="text" name="reason" />
  </p>
  <p>
    <input type="submit" value="Revoke" />
  </p>
</form>

</body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
r509-ca-http-0.3.2 lib/r509/certificateauthority/http/views/test_revoke.erb
r509-ca-http-0.3.1 lib/r509/certificateauthority/http/views/test_revoke.erb
r509-ca-http-0.3.0 lib/r509/certificateauthority/http/views/test_revoke.erb
r509-ca-http-0.2.2 lib/r509/certificateauthority/http/views/test_revoke.erb
r509-ca-http-0.2.1 lib/r509/certificateauthority/http/views/test_revoke.erb