browser-csr-generation/migrations/00009_intial_root_certs.sql

5 lines
128 B
MySQL
Raw Normal View History

2020-12-14 19:32:34 +00:00
-- +goose Up
INSERT INTO root_certs (id, cert_text)
VALUES (1, 'CAcert Testserver Root'),
(2, 'CAcert Testserver Class 3');