Files
leonwww/dns/migrations/009_add_csr_to_challenges.sql

2 lines
102 B
MySQL
Raw Normal View History

2025-08-22 17:31:54 +03:00
-- Add CSR field to certificate challenges
2025-11-08 15:06:30 +08:00
ALTER TABLE certificate_challenges ADD COLUMN csr_pem TEXT;