Notes🔗
For wget and curl to work on HTTPS, intermediate certificates need to be used (fullchain)
VPN protocols:
- L2TP
- IPsec
Install certificate Debian-based (Datafordeler)🔗
-
Place PEM encoded certs in
/etc/ssl/certs
-
Run
c_rehash
-
Check OpenSSL by running:
openssl s_client -connect certservices.datafordeler.dk:443 -cert pub.pem -key priv.key
-
Get data by running:
curl -v --capath /etc/ssl/certs/ --cert pub.pem --key priv.key "https://certservices.datafordeler.dk/DKskaermkort/topo_skaermkort_graa/1.0.0/WMTS?SERVICE=WMTS&REQUEST=GetCapabilities" -o output.xml