This repository has been archived on 2022-07-28. You can view files and clone it, but cannot push or open issues or pull requests.
browser_csr_generation/migrations/00009_intial_root_certs.sql

5 lines
128 B
MySQL
Raw Normal View History

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