GithubHelp home page GithubHelp logo

mcv21 / regpg Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fanf2/regpg

0.0 1.0 0.0 7.61 MB

safely store server secrets

License: GNU General Public License v3.0

Makefile 1.72% Python 5.80% Shell 1.25% Perl 70.69% CSS 0.74% HTML 0.48% TeX 19.31%

regpg's Introduction

regpg - safely store server secrets

The regpg program is a thin wrapper around gpg for looking after secrets that need to be stored encrypted in a version control system (so you don't have to trust the VCS server) and decrypted when your configuration management system deploys them to servers.

Overview

  • discreet and discrete

    regpg is designed to store each secret in its own ASCII-armored PGP-encryped file, separate from non-secret code and configuration. The only other file regpg needs is a public keyring.

  • simplified key management

    regpg manages a keyring containing the public keys of whoever is allowed to decrypt the secrets.

    There is no need to curate your personal public keyring, or get involved in the web of trust, or use PGP keyservers. You exchange public keys with your colleagues via the regpg pubring.gpg file in your version control system.

  • keeping consistent

    After you have added or removed a key it is easy to re-encrypt secrets. regpg can check that all secrets are properly encrypted to the keys in its pubring.gpg file.

  • handy helpers

    regpg has subcommands for generating and encrypting TLS and SSH private keys in one step, and for wrangling X.509 certificates.

    There are also some quick init commands to get regpg hooked up with ansible and git, and some conv commands to help you migrate to regpg from other tools.

  • conventional project layout

    At the root of your project you have a pubring.gpg file which lists the set of people who can decrypt the secrets. This is your current working directory when using regpg. Elsewhere in your project directory and its subdirectories you have encrypted secret.asc files. The F<.asc> extension is short for ASCII-armored PGP message.

Documentation

If you use regpg, let me know! Send me mail at [email protected].

If you would like to submit a bug report or a patch, or if you would like more information about regpg's licence, see doc/contributing.md

Installing

For a simple one-file install you can copy the regpg script to a directory on your $PATH.

You can run make install to install the script and man page to the standard places in your home directory, and make uninstall to remove them. See the start of the Makefile for variables you can set on the command line to adjust the install location. See doc/contributing.md for details about building from git.

Dependencies

To use regpg you need the following programs. I've listed the versions that I have tested.

  • perl - 5.20 - 5.22 - 5.26
  • gnupg - 1.4.18 - 2.0.26 - 2.1.11 - 2.2.1
  • gnupg-agent - 2.0.26 - 2.1.11 - 2.2.1
  • pinentry-gtk2 0.8.3 (or) pinentry-tty 0.9.7

You only need the following programs if you use regpg's helper subcommands.

  • git - 2.7 - 2.10 - 2.15
  • Ansible - 2.2 - 2.4
  • OpenSSH - 6.7 - 7.2 - 7.6
  • OpenSSL - 1.0.1 - 1.0.2 - 1.1.0
  • PuTTY - 0.68
  • xclip - 0.12

You only need the following to build from git.

  • make - any version should do
  • Markdown.pl or Text::Markdown - aka markdown or libtext-markdown-perl on Debian-like systems
  • perlcritic - aka libperl-critic-perl on Debian-like systems

Downloads

Download the single-file regpg perl script: https://dotat.at/prog/regpg/regpg and its GPG signature.

Download the full source archives and GPG signatures:

Repositories

You can clone or browse the repository from:

Acknowledgments

Thanks to Jon Warbrick who gave me the idea for regpg's key management; and David Carter, Ben Harris, Ian Lewis, David McBride, mchubby, and Matthew Vernon for helpful bug reports and discussions.


Written by Tony Finch [email protected] [email protected]
at Cambridge University Information Services.

regpg is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

regpg is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with regpg. If not, see http://www.gnu.org/licenses/.

regpg's People

Contributors

fanf2 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.