Skip to content

refactor(manager): rename certificate thumbprint to public key thumbprint

Ronald Koster requested to merge review/250-public-key-fingerprint-api into main

The internal API of the Manager still used the certificate thumbprint instead of the public key thumbprint. The switch to public key thumprint was made because it is possible to renew a certificate without changing the public key fingerprint. This makes it possible to renew certificates without having to renew contracts

Issue: #250 (closed)

Merge request reports