RC1
This commit is contained in:
@@ -23,7 +23,10 @@
|
||||
<div class="card">
|
||||
<div><strong>Fingerprint:</strong> {{.Fingerprint}}</div>
|
||||
<div><strong>Erstellt:</strong> {{.Created.Format "2006-01-02 15:04:05"}}</div>
|
||||
<div class="muted">User ID: {{.Name}} {{if .Comment}}({{.Comment}}){{end}} <{{.Email}}> • RSA {{.RSABits}}</div>
|
||||
<div class="muted">User ID im Schlüssel: {{if .UIDOnKey}}{{.UIDOnKey}}{{else}}{{.Name}} <{{.Email}}>{{end}} • RSA {{.RSABits}}</div>
|
||||
{{if .Comment}}
|
||||
<div class="muted">Kommentar (nur Anzeige, nicht in UID eingebettet): {{.Comment}}</div>
|
||||
{{end}}
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
@@ -42,7 +45,7 @@
|
||||
<button onclick="copy('#priv')">Kopieren</button>
|
||||
<button onclick="download('#priv','private.asc')">Als Datei speichern</button>
|
||||
</div>
|
||||
<p class="muted">Verwahren Sie den privaten Schlüssel sicher. Teilen Sie ihn niemals. Nutzen Sie eine starke Passphrase.</p>
|
||||
<p class="muted">Verwahren Sie den privaten Schlüssel sicher. Teilen Sie ihn niemals.</p>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
@@ -62,4 +65,4 @@
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
Reference in New Issue
Block a user