Bitcoins and certificates
When Alice sends a message to Bob with an electronic certificate, Bob needs to trust the certification authority and can use the public key to verify Alice's certificate. This means Bob can only be sure that Alice is the sender if he trusts the certification body.
VZertES
In Switzerland, the Ordinance on Certification Services in relation to Electronic Signatures (VZertES) regulates the accreditation of certification authorities by the Swiss Accreditation Service (SAS) of the State Secretariat for Economic Affairs. Ultimately, Bob needs to trust the power of the state. In a letter to the NZZ, André Golliez of Swiss Data Alliance said that this was the only solution to this issue (NZZ, May 16, 2017, page 9).
How do relationships of trust work with bitcoins?
There is absolutely no central trust center in a bitcoin transaction; instead, authenticity is checked using a hash function. Rather than relying on a certificate, a bitcoin transaction is confirmed with a number (cryptographic nonce) which, together with the transaction data, creates a hash value with easy-to-verify characteristics. These properties can be checked with very little effort and without the need to trust anyone. However, finding the number is a much more laborious process, as this ‘mining’ demands incredible processing power. Bitcoin transactions are entered into the blockchain, preventing the same bitcoins from being used more than once. For bitcoins, the blockchain is distributed redundantly across many instances, meaning you don't need to trust a single bitcoin instance, but rather the entire network. As a result, bitcoins are also based on a bond of trust, but not a single centralized one.