Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save icy/5ad9244709a079b66a6a4a0d4f26fe5a to your computer and use it in GitHub Desktop.
Save icy/5ad9244709a079b66a6a4a0d4f26fe5a to your computer and use it in GitHub Desktop.
Installation of custom Root CA Certificate on QNAP (Debian)
# Tested on QNAP TVS-1282T3
# connect to NAS thru SSH (ssh -p <port> admin@<NAS IP>)
ROOTCA=<custom-rootca>.crt
cp /share/NFSv\=4/<somewhere>/<custom-rootca>.crt /usr/certs
ln -s /usr/certs/$ROOTCA /usr/certs/`openssl x509 -hash -noout -in /usr/certs/$ROOTCA`.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment