backupPins property

List<String> backupPins
final

Backup SHA-256 SPKI pins, formatted as sha256/<base64>.

Backup pins are accepted the same way as primary pins and are intended for certificate rotation. Like primaryPins, they are matched against the leaf certificate only, so a backup pin must be the key of a future leaf certificate you control, not an intermediate CA.

Implementation

final List<String> backupPins;