Skip to content

Instantly share code, notes, and snippets.

View PeXArtZ's full-sized avatar
💭
I may be slow to respond.

Tobi PeXArtZ

💭
I may be slow to respond.
View GitHub Profile
@PeXArtZ
PeXArtZ / gist:020931f0182cafe84c623b5584da6f9a
Created February 1, 2020 16:15
Dirt Rally 2.0 connect to online servers
How to connect to online on Manjaro:
1. Download Codemasters Certificate: https://www.upload.aee/files/9626680/codemasters.pem.html
2. Run openssl x509 -in codemasters.pem -inform PEM -out codemasters.crt
3. Run sudo mv codemasters.crt /etc/ca-certificates/trust-source/anchors
4. Run sudo trust extract-compat
How to connect to online on Ubuntu (and equivalents):
1. Download Codemasters Certificate: https://www.upload.aee/files/9626680/codemasters.pem.html
2. Run openssl x509 -in codemasters.pem -inform PEM -out codemasters.crt
3. sudo mv codemasters.crt /usr/local/share/ca-certificates