Thank you Lars for the reply. Your instructions were dead on. Yes I have considered the security risks; however, I think scaleability and rapid deployment out weigh the security risks for me.
On Aug 18, 2015, at 6:31 AM, Lars Kruse <[email protected]> wrote: > Hi, > >> Is it possible to generate one key pair? > > Maybe this is all you want to know? > openssl genrsa -out private.key 4096 > openssl rsa -pubout -in private.key -out public.key > > I assume that you analyzed the risks and benefits of a single shared key > according to your specific setup. > > Lars > _______________________________________________ > tinc mailing list > [email protected] > http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc _______________________________________________ tinc mailing list [email protected] http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc
