Skip to content

Commit

Permalink
provided an easy way to generate a new secret using openssl.
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmei committed Feb 3, 2005
1 parent 81fb9dc commit eeb3fbf
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion kame/kame/dhcp6/dhcp6c.conf.5
@@ -1,4 +1,4 @@
.\" $KAME: dhcp6c.conf.5,v 1.28 2005/02/03 19:37:35 jinmei Exp $
.\" $KAME: dhcp6c.conf.5,v 1.29 2005/02/03 19:41:31 jinmei Exp $
.\"
.\" Copyright (C) 2002 WIDE Project.
.\" All rights reserved.
Expand Down Expand Up @@ -549,6 +549,18 @@ keyinfo kame-key {
};
.Ed
.Pp
One easy way of generating a new secret in the base64 format is to
execute the
.Xr openssl 1
command (when available) as follows,
.Bd -literal -offset
% openssl rand -base64 16
.Ed
.Pp
and copy the output to the
.Nm dhcp6c.conf
file.
.Pp
To include an authentication option for DHCPv6 authentication,
the
.Ic interface
Expand Down

0 comments on commit eeb3fbf

Please sign in to comment.