| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The comment indicated this but it was always set anyway. All internal
commands are called via their absolute paths, so the script only uses PATH for
the uname command, but if that is not located in one of the configured
directories the script will fail.
Also, since the internal commands are called via their absolute paths there is
no need to add the directories to PATH.
|
|
|
|
|
|
| |
aikgen outputs a binary AIK private key blob and the AIK public key.
Optionally the Identity Request encrypted with the public key of
the Privacy CA can be output.
|
|
|
|
| |
The same functionality is now provided by the pki --acert subcommand.
|
|
|
|
| |
ipsec pki is maintained as alias.
|
| |
|
|
|
|
|
|
|
|
| |
A daemon can be specified using the '--daemon' command line parameter. This
tells starter to invoke a daemon other than 'charon'.
Additionally the ipsec script uses the environment variable DAEMON_NAME to tell
the starter which daemon to use.
|
| |
|
| |
|
|
It requires GNU make which is not what most people use on e.g. FreeBSD.
Fixes #205.
|