Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
3ce780b2
Verified
Commit
3ce780b2
authored
Jul 27, 2020
by
Giancarlo Razzolini
Browse files
roles/aurweb: Fix the host key fingerprints for the AUR
The fingerprints for the RSA and ECDSA key were swapped, fixed them.
parent
26495529
Pipeline
#587
passed with stage
in 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
roles/aurweb/templates/config.j2
View file @
3ce780b2
...
...
@@ -23,8 +23,8 @@ window_length = {{ aurweb_window_length }}
[fingerprints]
Ed25519 = SHA256:RFzBCUItH9LZS0cKB5UE6ceAYhBD5C8GeOBip8Z11+4
ECDSA = SHA256:
5s5cIyReIfNNVGRFdDbe3hdYiI5OelHGpw2rOUud3Q8
RSA = SHA256:
uTa/0PndEgPZTf76e1DFqXKJEXKsn7m9ivhLQtzGOCI
ECDSA = SHA256:
uTa/0PndEgPZTf76e1DFqXKJEXKsn7m9ivhLQtzGOCI
RSA = SHA256:
5s5cIyReIfNNVGRFdDbe3hdYiI5OelHGpw2rOUud3Q8
[serve]
repo-path = {{ aurweb_git_dir }}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment