Sha256: 70bbab1de91efdb2bd55cc24b706c8f28405df7313b09435ccba7e7400800fd5

Contents?: true

Size: 507 Bytes

Versions: 1

Compression:

Stored size: 507 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:
        <br />
        <input type="text" name="reason" value="0" />
    </p>
    <p>
        <input type="submit" value="Revoke" />
    </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_revoke.erb