This repository has been archived on 2022-07-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
browser_csr_generation/migrations/00009_intial_root_certs.sql
2022-07-28 18:46:14 +02:00

4 lines
128 B
SQL

-- +goose Up
INSERT INTO root_certs (id, cert_text)
VALUES (1, 'CAcert Testserver Root'),
(2, 'CAcert Testserver Class 3');