4 lines
130 B
XML
4 lines
130 B
XML
# Set an encrypted key with TTL, then retrieve it.
|
|
$ pda set --encrypt --ttl 1h api-key sk-ttl-test
|
|
$ pda get api-key
|
|
sk-ttl-test
|