Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Wiki Replica
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
TPA
Wiki Replica
Commits
bbe2efe9
Verified
Commit
bbe2efe9
authored
1 year ago
by
anarcat
Browse files
Options
Downloads
Patches
Plain Diff
explain how to retire a cert (
team#41174
)
parent
4ba9e4db
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
howto/tls.md
+23
-0
23 additions, 0 deletions
howto/tls.md
with
23 additions
and
0 deletions
howto/tls.md
+
23
−
0
View file @
bbe2efe9
...
...
@@ -99,6 +99,29 @@ CA to the certificate chain (`.crt-chained`).
The cross-signed CA is available at https://repo.harica.gr but it may be simply
copied from the previous certificate bundle.
## Retiring a certificate
If a certificate is not in use, it needs to be destroyed. Nagios will
warn about the certificate expiring if it's not in use. For example:
WARN (1): tpa-bootstrap.torproject.org
... tells us the
`tpa-bootstrap.torproject.org`
is going to expire,
which is because the site was retired.
To destroy this certificate, first remove it from the
`letsencrypt-domains.git`
repository, in the
`domains`
file.
Then login to the name server (currently
`nevii`
) and destroy the
repositories:
rm -r \
/srv/letsencrypt.torproject.org/var/result/tpa-bootstrap.torproject.org* \
/srv/letsencrypt.torproject.org/var/certs/tpa-bootstrap.torproject.org
When you push the
`letsencrypt-domains.git`
repository, this will sync
over to the
`pauli`
server and silence the warning.
# How-to
## Pager playbook
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment