ubuntu

Automatically Signing Apt Repos with gpg-agent

August 7, 2013
apt, ubuntu, sysadmin, ops

Automatically Signing Apt Repos with gpg-agent # 2013-08-07 This is an enormous pain in the ass to get working correctly. To hopefully save you some butt pain, here’s how you actually do this, from end-to-end. So, the story is, you want to build an apt repo of your own stuff. In order to stop apt-get complaining every time you install something from this repo, you need to set it up as a signed repo. ...