1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<refentry>
<refentryinfo>
<author><firstname>Paul</firstname><surname>Wouters</surname><authorblurb><para></para> </authorblurb></author>
</refentryinfo>
<refmeta>
<refentrytitle>IPSEC_IMPORT</refentrytitle>
<manvolnum>8</manvolnum>
<refmiscinfo class='date'>24 August 2016</refmiscinfo>
<refmiscinfo class="source">libreswan</refmiscinfo>
<refmiscinfo class="manual">Executable programs</refmiscinfo>
</refmeta>
<refnamediv id='name'>
<refname>ipsec import</refname>
<refpurpose>Import PKCS#12 (*.p12) files into the IPsec NSS database</refpurpose>
</refnamediv>
<!-- body begins here -->
<refsynopsisdiv id='synopsis'>
<cmdsynopsis>
<command>ipsec import</command>
<arg choice='opt'><arg choice='plain'>--nssdir </arg><arg choice='plain'><replaceable>@IPSEC_NSSDIR@</replaceable></arg></arg>
<sbr/>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1 id='description'><title>DESCRIPTION</title>
<para><emphasis remap='I'>ipsec import</emphasis>
Import PKCS#12 files into the IPsec NSS database located at the
ipsec NSS data directory (default: @IPSEC_NSSDIR@)
</para>
</refsect1>
<refsect1 id='see_also'><title>SEE ALSO</title>
<para>ipsec.<citerefentry><refentrytitle>conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>, <citerefentry><refentrytitle>ipsec</refentrytitle><manvolnum>8</manvolnum></citerefentry>, <citerefentry><refentrytitle>ipsec_auto</refentrytitle><manvolnum>8</manvolnum></citerefentry>, <citerefentry><refentrytitle>route</refentrytitle><manvolnum>8</manvolnum></citerefentry></para>
</refsect1>
<refsect1 id='bugs'><title>BUGS</title>
<para>none</para>
</refsect1>
</refentry>
|