salt.modules.key

Functions to view the minion's public key information

salt.modules.key.finger(hash_type=None)

Return the minion's public key fingerprint

hash_type

The hash algorithm used to calculate the fingerprint

CLI Example:

salt '*' key.finger

salt.modules.key.finger_master(hash_type=None)

Return the fingerprint of the master's public key on the minion.

hash_type

The hash algorithm used to calculate the fingerprint

CLI Example:

salt '*' key.finger_master

© 2021 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltproject.io/en/latest/ref/modules/all/salt.modules.key.html