Description Usage Details See Also
Reads a local secret key from disk. The location of this file can be
specified in the USER_KEY environment variable.
If this environment variable does not exist, then attempts to read the
key from:
~/.ssh/id_rsa, and
~/.ssh/id_rsa.pem.
1 |
The location of the key is defined by:
1 | Sys.getenv("USER_KEY")
|
To use a local in a different location, set an environment variable:
1 | Sys.setenv(USER_KEY = "path/to/private/key")
|
Other secret functions:
add_secret(),
delete_secret(),
get_secret(),
list_owners(),
list_secrets(),
share_secret(),
unshare_secret(),
update_secret()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.