Skip to content

Commit

Permalink
Rewrite URLs for certhub organization (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
znerol committed Apr 12, 2019
1 parent 9a0905b commit 9dd3c04
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ jobs:
skip_cleanup: true
draft: true
on:
repo: znerol/certhub
repo: certhub/certhub
tags: true
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release.

[Unreleased]: https://github.com/znerol/certhub/compare/v1.0.0-beta5...HEAD
[1.0.0-beta5]: https://github.com/znerol/certhub/compare/v1.0.0-beta4...v1.0.0-beta5
[1.0.0-beta4]: https://github.com/znerol/certhub/compare/v1.0.0-beta3...v1.0.0-beta4
[1.0.0-beta3]: https://github.com/znerol/certhub/compare/v1.0.0-beta2...v1.0.0-beta3
[1.0.0-beta2]: https://github.com/znerol/certhub/compare/v1.0.0-beta1...v1.0.0-beta2
[Unreleased]: https://github.com/certhub/certhub/compare/v1.0.0-beta5...HEAD
[1.0.0-beta5]: https://github.com/certhub/certhub/compare/v1.0.0-beta4...v1.0.0-beta5
[1.0.0-beta4]: https://github.com/certhub/certhub/compare/v1.0.0-beta3...v1.0.0-beta4
[1.0.0-beta3]: https://github.com/certhub/certhub/compare/v1.0.0-beta2...v1.0.0-beta3
[1.0.0-beta2]: https://github.com/certhub/certhub/compare/v1.0.0-beta1...v1.0.0-beta2
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
A collection of scripts and systemd units which make it easy to setup
centralized TLS certificate management optionally with git as backend.

[![Build Status](https://travis-ci.org/znerol/certhub.svg?branch=master)](https://travis-ci.org/znerol/certhub)
[![Build Status](https://travis-ci.org/certhub/certhub.svg?branch=master)](https://travis-ci.org/certhub/certhub)

## DEPENDENCIES

Expand Down
2 changes: 1 addition & 1 deletion doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tarball into `/usr/local`. Note that git-gau_ can be installed in the same way.
src: files/certhub-dist.tar.gz
dest: /usr/local
.. _releases: https://github.com/znerol/certhub/releases/
.. _releases: https://github.com/certhub/certhub/releases/
.. _Certbot: https://certbot.eff.org/
.. _Dehydrated: https://dehydrated.io/
.. _Lego: https://github.com/go-acme/lego
Expand Down
10 changes: 5 additions & 5 deletions doc/systemd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,9 @@ Certhub ships with DNS-01 challenge hooks for ``nsupdate`` and Lexicon_. The
hooks need to be configured using an environment file normally located in
:envfile:`/etc/certhub/%i.certhub-certbot-run.env` and
:envfile:`/etc/certhub/%i.certhub-dehydrated-run.env`. An example for
`certbot <https://github.com/znerol/certhub/tree/master/integration-test/src/travis/etc/certhub-certbot-run.env.in>`__
`certbot <https://github.com/certhub/certhub/tree/master/integration-test/src/travis/etc/certhub-certbot-run.env.in>`__
and
`dehydrated <https://github.com/znerol/certhub/tree/master/integration-test/src/travis/etc/certhub-dehydrated-run.env.in>`__
`dehydrated <https://github.com/certhub/certhub/tree/master/integration-test/src/travis/etc/certhub-dehydrated-run.env.in>`__
configuration is part of the integration test suite. See the manpages
:doc:`certhub-hook-lexicon-auth.8` and :doc:`certhub-hook-nsupdate-auth.8` for
more detailed information about the involved environment variables.
Expand All @@ -275,7 +275,7 @@ In the case of lego the challenge method is selected using command line
arguments to the lego binary, authentication tokens are passed in via
environment variables. All configuration is passed in via an environment file
normally located in :envfile:`/etc/certhub/%i.certhub-lego-run.env`. An
`example <https://github.com/znerol/certhub/tree/master/integration-test/src/travis/etc/certhub-lego-run.env.in>`__
`example <https://github.com/certhub/certhub/tree/master/integration-test/src/travis/etc/certhub-lego-run.env.in>`__
configuration is part of the integration test suite. See the manpage
:doc:`certhub-lego-run@.service.8` for more detailed information about the
involved environment variables.
Expand Down Expand Up @@ -303,7 +303,7 @@ services via drop-ins.
Systemd Unit Customization
--------------------------
Certhub ships with `systemd units <https://github.com/znerol/certhub/tree/master/lib/systemd>`__
Certhub ships with `systemd units <https://github.com/certhub/certhub/tree/master/lib/systemd>`__
which are capable of running one of the supported ACME clients in order to
issue or renew a certificate and then store it in the certificate repository.
Expand Down Expand Up @@ -378,7 +378,7 @@ Add additional configuration for the ACME client to one of the following files:
``/etc/certhub/${DOMAIN}.dehydrated.conf`` or
``/etc/certhub/${DOMAIN}.certhub-lego-run.env``. Working examples for testing
purposes are part of certhub
`integration tests <https://github.com/znerol/certhub/tree/master/integration-test/src/travis/etc>`__
`integration tests <https://github.com/certhub/certhub/tree/master/integration-test/src/travis/etc>`__
Initial Certificate
Expand Down

0 comments on commit 9dd3c04

Please sign in to comment.