snippetbashTip
ots — Share end-to-end encrypted secrets using a one-time-viewable URL. More information: <https://github.
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 newCreate new secret and specify hours until expiry (default is 24):
ots new -x {{number_of_hours}}hSpecify region of server to store secret (default is
us-east-1):ots new --region {{regional_server_id}}Code Snippets
Create new secret
ots newCreate new secret and specify hours until expiry (default is 24)
ots new -x {{number_of_hours}}hSpecify 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.