Skip to content

Commit

Permalink
doc: Fixing typos in documentation
Browse files Browse the repository at this point in the history
Huge thanks to #64 -- but there is more work to be done here.
  • Loading branch information
tkuester committed Apr 10, 2022
1 parent dfa8515 commit 8587903
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions doc/README_DEPLOYMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion doc/README_QUICKSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8587903

Please sign in to comment.