Skip to content

Commit

Permalink
remove old sectigo cert (#4137)
Browse files Browse the repository at this point in the history
  • Loading branch information
MacFan4000 authored Jan 9, 2025
1 parent 2c23647 commit 2345c50
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions modules/ssl/manifests/wildcard.pp
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,6 @@
}
}

if !defined(File["${ssl_cert_key_private_path}/wildcard.miraheze.org-2020-2.key"]) {
file { "${ssl_cert_key_private_path}/wildcard.miraheze.org-2020-2.key":
ensure => 'present',
source => 'puppet:///ssl-keys/wildcard.miraheze.org-2020-2.key',
owner => 'root',
group => 'ssl-cert',
mode => '0660',
show_diff => false,
notify => $restart_nginx,
}
}

if !defined(File["${ssl_cert_key_private_path}/wikitide.net.key"]) {
file { "${ssl_cert_key_private_path}/wikitide.net.key":
ensure => 'present',
Expand Down

0 comments on commit 2345c50

Please sign in to comment.