Search notes:

SQL Server - sys.certificates

select
   c.certificate_id                 certificate_id,
   c.name                           certificate_name,
   c.issuer_name                    certificate_issuer_name,
   c.subject,
   c.expiry_date,
   c.start_date,
   c.pvt_key_encryption_type_desc,
   c.cert_serial_number,
   c.is_active_for_begin_dialog,
   c.thumbprint,
   c.attested_by,
   c.key_length,
   p.name                           principal_name,
   p.type_desc                      principal_type,
   c.pvt_key_last_backup_date
from
   master.sys.certificates      c left join
          sys.server_principals p  on p.sid = c.sid 

See also

sys.asymmetric_keys
The sys schema

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1740440252, '3.141.7.152', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/SQL-Server/administration/schemas/sys/objects/views/certificates(56): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78