Skip to content

Commit

Permalink
generate keypair for tarball binary
Browse files Browse the repository at this point in the history
Signed-off-by: Eystein Måløy Stenberg <eystein.maloy.stenberg@cfengine.com>
(cherry picked from commit 2c7f6cf)
  • Loading branch information
Eystein Måløy Stenberg committed Aug 4, 2017
1 parent d88fe78 commit 22dc082
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -17,6 +17,13 @@ Next unpack the archive:
tar --gunzip --extract --directory / --file ./cfengine-{{site.cfengine.branch}}.{{site.cfengine.latest_patch_release}}.pkg.tar.gz
```

Generate a keypair for the client:

```sh
/var/cfengine/bin/cf-key
```


Then install the systemd units:

```sh
Expand Down

0 comments on commit 22dc082

Please sign in to comment.