Project

General

Profile

Architecture #15349

Updated by Alexis Mousset almost 5 years ago

Currently we display the full pem, this is not practical for comparisons. 

 <pre><code class="shell"> 
 openssl x509 -in /opt/rudder/etc/ssl/agent.cert -noout -fingerprint -sha1 
 </code></pre> We should display a sha1 fingerprint instead, which is added to agent info as well in #8552. 

 We should also keep public key CFEngine hash for Unix nodes. 

 It should be identical to the output of: 

Back