TELESCOPE-IDENTITY(1) General Commands Manual TELESCOPE-IDENTITY(1)

telescope-identitymanage telescope identities

telescope-identity command args...

telescope-identity is an utility to manage telescope(1) identities. Identities are TLS client certificates used for Gemini.

The commands for telescope-identity are as follows:

[-t type] name
Generate a new keypair under the given name. If type is “RSA”, an RSA key with 4096 bit will be created. By default it's an EC key with secp384r1.
name
Remove the name identity.
-C cert [-K key] name
Imports a certificate as name. -C is the path to the certificate itself. If the key is on a separate file, it needs to be passed with -K.
-C cert name
Exports the certificate for the identity name. The certificate and the key will be saved at cert. At the moment, it's not possible to export the certificate and the private key in different files.
Print one per line the available identities.
[name]
Show on which servers and paths the identities are used. The output consist of the identity name, a tab character, and the the hostname, optional port number and path under which that identity will be loaded by telescope(1).

If name is given, limit the output only to the instances of that identity.

name host[:port][/path]
Save the a new mapping for the given identity name.
name host[:port][/path]
Remove the mapping for the given identity name.

telescope(1)

The telescope-identity utility was written by Omar Polo <op@omarpolo.com>.

February 16, 2024 OpenBSD 7.7