1234567891011121314151617181920212223 |
- # Copyright (C) 2020 Maxime Devos
- # SPDX-License-Identifier: FSFAP
- # Copying and distribution of this file, with or without modification,
- # are permitted in any medium without royalty provided the copyright
- # notice and this notice are preserved. This file is offered as-is,
- # without any warranty.
- organization = "Snakeoil Industries"
- unit = "Impersonation dept."
- expiration_days = -1
- serial = 0xdeadbeef
- # FIXME this prevents time-travel to before the Unix epoch
- # (earlier dates are silently changed to post-2000 or 1970)
- activation_date = "1970-01-01 00:00:00"
- # FIXME certificates generated by certtool are not valid
- # after "Fri Dec 31 23:59:59 UTC 9999"
- signing_key
- encryption_key
- cert_signing_key
- tls_www_server
|