Construindo NTP com OpenSSL

4

Estou tentando construir a versão mais recente do NTP (4.2.8p3 lançado em 2015/06/29) com o suporte ao OpenSSL.

Eu posso definitivamente construir o NTP, mas quando tento usar o ntp-keygen para criar um novo certificado, ele me diz que os parâmetros são desconhecidos.

Eu uso esta linha de comando para criar um certificado:

ntp-keygen -p privatePassword -T -I -i GR1

que me dá:

guillaume@quentin-HP-xw6600-Workstation:~/certifs$ ntp-keygen -p privatePassword -T -I -i GR1
/usr/sbin/ntp-keygen: illegal option -- p
ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.8p3
Usage:  ntp-keygen [ -<flag> [<val>] | --<name>[{=| }<val>] ]...
Try 'ntp-keygen --help' for more information.

Eu tentei construir o ntp com opções diferentes, mas sempre tenho o mesmo problema.

Alguém tem o mesmo problema?

Eu acredito que este é um problema com esta versão do NTP, mas eu não tenho certeza ... (Eu tentei usar a versão dev mas obtive o mesmo resultado). Ou talvez o problema seja devido às minhas opções de configuração?

Minhas opções de configuração:

./configure --prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--datadir=/usr/share \
--sysconfdir=/etc/ntp \
--disable-linuxcaps \
--enable-parse-clocks \
--disable-ipv6 \
--enable-debugging \
--with-crypto \
--with-openssl-libdir=/opt/opt/openssl/lib \
--with-openssl-incdir=/opt/include/openssl \
--enable-autokey \

Edit: ntp-keygen --help me dá:

guillaume@quentin-HP-xw6600-Workstation:~/certifs$ ntp-keygen --help
ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.8p3
Usage:  ntp-keygen [ -<flag> [<val>] | --<name>[{=| }<val>] ]...
  Flg Arg Option-Name    Description
   -d no  debug-level    Increase debug verbosity level
                - may appear multiple times
   -D Num set-debug-level Set the debug verbosity level
                - may appear multiple times
   -M no  md5key         generate MD5 keys
      opt version        output version information and exit
   -? no  help           display extended usage information and exit
   -! no  more-help      extended usage information passed thru pager
   -> opt save-opts      save the option state to a config file
   -< Str load-opts      load options from a config file
                - disabled as '--no-load-opts'
                - may appear multiple times

Options are specified by doubled hyphens and their name or by a single
hyphen and the flag character.


The following option preset mechanisms are supported:
 - reading file $HOME/.ntprc
 - reading file ./.ntprc
 - examining environment variables named NTP_KEYGEN_*

Please send bug reports to:  <http://bugs.ntp.org, [email protected]>
por Guillaume B 04.08.2015 / 12:52

0 respostas

Tags