cloudtools / ssh-cert-authority

An implementation of an SSH certificate authority.
BSD 2-Clause "Simplified" License
723 stars 71 forks source link

Add stub building guide that describes use of Dockerfile #4

Closed EpocSquadron closed 9 years ago

EpocSquadron commented 9 years ago

Commit message says it all.

bobveznat commented 9 years ago

I don't have a contributing guide to document this but my build system requires that all commits be gpg signed by a pinned set of keys (currently the set of keys is exactly my key). I found some way of ammending your commit with my signature and that seems to be ok and will keep the build system happy. But it means that github didn't figure out that this was merged. I'm going to simply close the pull request and you can see in the commits section that your commit was pushed into the tree.

Thanks a bunch for figuring out how to use the docker file and providing this documentation.

Let me know if you have any questions about running ssh-cert-authority or feature requests or whatever else.

EpocSquadron commented 9 years ago

Yup that's fine, thanks for notifying. We're looking at using this in our deployment workflow so I'll probably be sending docs and requests as I figure things out. If you think of an alternative way to do pull requests let me know and I'll adjust.