RC2
This commit is contained in:
@@ -33,15 +33,15 @@
|
||||
<input id="name" name="name" placeholder="Max Mustermann" required />
|
||||
</div>
|
||||
<div>
|
||||
<label for="email">E‑Mail</label>
|
||||
<label for="email">E-Mail</label>
|
||||
<input id="email" name="email" type="email" placeholder="max@example.org" required />
|
||||
</div>
|
||||
<div>
|
||||
<label for="comment">Kommentar (optional)</label>
|
||||
<input id="comment" name="comment" placeholder="z. B. Laptop‑Key" />
|
||||
<input id="comment" name="comment" placeholder="z.B. Laptop-Key" />
|
||||
</div>
|
||||
<div>
|
||||
<label for="rsabits">RSA‑Schlüssellänge</label>
|
||||
<label for="rsabits">RSA-Schlüssellänge</label>
|
||||
<select id="rsabits" name="rsabits">
|
||||
<option value="2048">2048</option>
|
||||
<option value="3072">3072</option>
|
||||
@@ -56,10 +56,10 @@
|
||||
</div>
|
||||
<div style="margin-top:1rem" class="row">
|
||||
<button type="submit">Schlüssel erzeugen</button>
|
||||
<small class="muted">Die Erzeugung erfolgt serverseitig – nur lokal auf diesem Host. Schlüssel werden nicht gespeichert.</small>
|
||||
<small class="muted">Die Erzeugung erfolgt serverseitig - nur lokal auf diesem Host. Schlüssel werden nicht gespeichert.</small>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<p class="footer">Hinweis: Für maximale Sicherheit sollten PGP‑Schlüssel auf einem vertrauenswürdigen, isolierten System erzeugt werden. Dieses Tool ist zu Demo‑/Entwicklungszwecken gedacht.</p>
|
||||
<p class="footer">Hinweis: Für maximale Sicherheit sollten PGP-Schlüssel auf einem vertrauenswürdigen, isolierten System erzeugt werden.</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user