Difference between revisions of "Public key cryptography"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 4: | Line 4: | ||
Generate a public key from a [[PEM]] private key | Generate a public key from a [[PEM]] private key | ||
* <code>[[openssl]] rsa -in mykey.pem -pubout > mykey.pub</code> | * <code>[[openssl]] rsa -in mykey.pem -pubout > mykey.pub</code> | ||
+ | |||
+ | Generate fingerpring | ||
+ | * <code> [[ssh-keygen]] -l -f /etc/ssh/ssh_host_XXXXkey.pub</code> | ||
Revision as of 12:42, 7 May 2020
This article is a Draft. Help us to complete it.
Generate a public key from a PEM private key
openssl rsa -in mykey.pem -pubout > mykey.pub
Generate fingerpring
ssh-keygen -l -f /etc/ssh/ssh_host_XXXXkey.pub
Related commands
See also
- SSH:
ssh
, TLS,.ppk, .pem, .crt, .pub
, ED25519, Key exchange method (KEX), public key, private key,ssh -Q kex
,IAMUserSSHKeys
,known_hosts
, ssh tunnel, Dropbear - Public key certificate
- CA, Root Certificates, FreeIPA, PKI, OpenCA, Wildcard certificate,
certtool
,certbot
(Let's Encrypt),certinfo
(Cloudflare), ACME, Boulder,cfssl
(Cloudflare), Public key certificate, public key, TLS and X.509, OCSP, Subject Alternative Name (SAN),openssl ca
, Self signed certificate, CSR,keytool
, ACM, KMS,aws acm
, IdenTrust, multirootca, cert-manager, ca_cert_identifier
Advertising: