Documentation Index
Fetch the complete documentation index at: https://mintlify.com/rstudio/rskey/llms.txt
Use this file to discover all available pages before exploring further.
rskey fingerprint (also available as rskey fp) prints a short, deterministic identifier derived from a key file. Posit Connect, Package Manager, and Workbench log this fingerprint at startup so that you can confirm which key is loaded without ever exposing the key material itself. The fingerprint is stable — the same key always produces the same output — making it suitable for tracking key rotation across servers and over time.
Synopsis
Flags
Path to the key file to fingerprint. Required.
Algorithm used to compute the fingerprint. One of
default or workbench.Algorithm differences
| Mode | Algorithm | Notes |
|---|---|---|
default | SHA-256 of the key material | Used for Connect and Package Manager keys |
workbench | CRC32 of the key material | Matches the fingerprint emitted by rstudio-server encrypt-password |
workbench mode uses CRC32 for historical compatibility with Posit
Workbench. Use it when comparing fingerprints against values shown in
Workbench logs or produced by the rstudio-server CLI.