Add infra certs.

This commit is contained in:
Mikael Frykholm 2024-03-01 13:55:23 +01:00
parent cfd802ba16
commit dcb32f7efb
Signed by: mifr
GPG key ID: 1467F9D69135C236
4 changed files with 9 additions and 1 deletions

View file

@ -4,6 +4,7 @@
rut: rut:
'^internal-sto4-test-k8sm-[0-9].rut.sunet.se$': '^internal-sto4-test-k8sm-[0-9].rut.sunet.se$':
rut::infra_ca_rp:
sunet::microk8s::node: sunet::microk8s::node:
channel: 1.29/stable channel: 1.29/stable
sunet::frontend::register_sites: sunet::frontend::register_sites:

View file

@ -20,7 +20,9 @@ Exec {
node default { node default {
} }
class infra_ca_rp {
sunet::ici_ca::rp { 'infra': }
}
# edit and uncomment to manage ssh root keys in a simple way # edit and uncomment to manage ssh root keys in a simple way
#class { 'cosmos::access': #class { 'cosmos::access':

View file

@ -0,0 +1,4 @@
# Everything is awesome!
class rut::infra_ca_rp {
sunet::ici_ca::rp { 'infra': }
}

View file

@ -11,3 +11,4 @@ class rut {
include sunet::rsyslog include sunet::rsyslog
} }