HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

ots — Share end-to-end encrypted secrets using a one-time-viewable URL. More information: <https://github.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
otscommandendsharecliencryptedsecrets

Problem

How to use the ots command: Share end-to-end encrypted secrets using a one-time-viewable URL. More information: <https://github.com/sniptt-official/ots>.

Solution

ots — Share end-to-end encrypted secrets using a one-time-viewable URL. More information: <https://github.com/sniptt-official/ots>.

Create new secret:
ots new


Create new secret and specify hours until expiry (default is 24):
ots new -x {{number_of_hours}}h


Specify region of server to store secret (default is us-east-1):
ots new --region {{regional_server_id}}

Code Snippets

Create new secret

ots new

Create new secret and specify hours until expiry (default is 24)

ots new -x {{number_of_hours}}h

Specify region of server to store secret (default is `us-east-1`)

ots new --region {{regional_server_id}}

Context

tldr-pages: common/ots

Revisions (0)

No revisions yet.