Mentions légales du service

Skip to content
Snippets Groups Projects
Commit dcbaec1e authored by LOUP David's avatar LOUP David
Browse files

[gitlab-ci] Update CA certificates for API (ca2019 instead of old ca, bug 10614)

parent 60070100
No related branches found
No related tags found
No related merge requests found
Pipeline #83741 passed
...@@ -22,7 +22,7 @@ validate-data: ...@@ -22,7 +22,7 @@ validate-data:
- apt-get update && apt-get -y install ruby rake ruby-hashdiff ruby-ipaddress wget - apt-get update && apt-get -y install ruby rake ruby-hashdiff ruby-ipaddress wget
- gem install hash_validator - gem install hash_validator
# Add G5K CA certificate # Add G5K CA certificate
- wget --no-check-certificate -q https://www.grid5000.fr/certs/ca.grid5000.fr.crt -O /usr/local/share/ca-certificates/ca.grid5000.fr.crt - wget --no-check-certificate -q https://www.grid5000.fr/certs/ca2019.grid5000.fr.crt -O /usr/local/share/ca-certificates/ca2019.grid5000.fr.crt
- /usr/sbin/update-ca-certificates - /usr/sbin/update-ca-certificates
- rake valid:schema - rake valid:schema
- rake valid:duplicates - rake valid:duplicates
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment