summaryrefslogtreecommitdiff
path: root/lib/leap_cli/macros/core.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/leap_cli/macros/core.rb')
-rw-r--r--lib/leap_cli/macros/core.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/leap_cli/macros/core.rb b/lib/leap_cli/macros/core.rb
index 7de50f2f..ebea3a6e 100644
--- a/lib/leap_cli/macros/core.rb
+++ b/lib/leap_cli/macros/core.rb
@@ -4,13 +4,6 @@ module LeapCli
module Macro
#
- # return a fingerprint for a x509 certificate
- #
- def fingerprint(filename)
- "SHA256: " + X509.fingerprint("SHA256", Path.named_path(filename))
- end
-
- #
# Creates a hash from the ssh key info in users directory, for use in
# updating authorized_keys file. Additionally, the 'monitor' public key is
# included, which is used by the monitor nodes to run particular commands