From 85879032da5ad4045ec2865cbc8ce8a8f35ae515 Mon Sep 17 00:00:00 2001 From: Tim K Date: Sun, 10 Apr 2022 16:16:48 -0400 Subject: [PATCH] doc: Fixing typos in documentation Huge thanks to #64 -- but there is more work to be done here. --- CHANGELOG | 12 ++++++++++++ doc/README_DEPLOYMENT.md | 6 +++--- doc/README_QUICKSTART.md | 2 +- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a964eec..7d9baaa 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -17,6 +17,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Allowing for a proper shutdown from SIGTERM +## [0.8.3] - 2022-04-10 + +### Added + - Generation of iTAK compatible client certificates + +### Fixed + - Internal client certificate files are now unique by UUID (#39) + +### Contributors + - Thanks to @skadakar, @pclifaz, and @fordepowers for assisting in testing + of the new features, and contributing pull requests and support! + ## [0.8.2] - 2021-09-03 ### Fixed diff --git a/doc/README_DEPLOYMENT.md b/doc/README_DEPLOYMENT.md index 1b0a8ed..6f2017e 100644 --- a/doc/README_DEPLOYMENT.md +++ b/doc/README_DEPLOYMENT.md @@ -120,9 +120,9 @@ This step will also generate the certificate authority, and server certificate. `bin/activate` file!) ``` -admin@bluetack:~$ sudo taky --user stickytak \ - --public-ip 192.168.1.100 \ - --host bluetack +admin@bluetack:~$ sudo takyctl setup --user stickytak \ + --public-ip 192.168.1.100 \ + --host bluetack admin@bluetack:~$ ls -l /etc/taky /etc/taky: diff --git a/doc/README_QUICKSTART.md b/doc/README_QUICKSTART.md index 51f8643..25773c7 100644 --- a/doc/README_QUICKSTART.md +++ b/doc/README_QUICKSTART.md @@ -30,7 +30,7 @@ Installing site to system - Changing ownership to bluetack # Install systemd Services -bluetack $ sudo tackyctl systemd --user bluetack +bluetack $ sudo takyctl systemd --user bluetack - Detected system-wide site install - Writing services to /etc/systemd/system - Writing taky-cot.service