Skip to content

Instantly share code, notes, and snippets.

@maliMirkec
Created August 26, 2016 05:55
Show Gist options
  • Save maliMirkec/0196e3d441b1c8c0fd5a42184f40c150 to your computer and use it in GitHub Desktop.
Save maliMirkec/0196e3d441b1c8c0fd5a42184f40c150 to your computer and use it in GitHub Desktop.
Add nginx signing key
// get nginx key
curl -O https://nginx.org/keys/nginx_signing.key
// install
apt-key add nginx_signing.key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment