📄 fswcert.pod
字号:
=head1 NAMEfswcert - manipulate raw RSA keys and PKIX certificates=head1 SYNOPSISfswcert [B<--certificate>] [B<--key>][B<--left>>] [B<--raw>] [B<--right>][B<--type>=I<input>] [B<--format>=I<stuff>][B<--quiet>] [B<--directory>=<dir>] [B<--version>]fswcert B<--help>=head1 DESCRIPTIONB<fswcert> is a program to convert X.509/PKIX format certificates andprivate key files to Openswan ipsec.secrets files and DNS records. It can also read Openswan ipsec.secrets files and (interactively) producecertificate requests and self-signed certificates.WRITE MOREI<input> is the file to read for POD source (the POD can be embedded incode). If I<input> isn't given, it defaults to STDIN. I<output>, if given,is the file to which to write the formatted output. If I<output> isn'tgiven, the formatted output is written to STDOUT. Several POD files can beprocessed in the same B<pod2man> invocation (saving module load and compiletimes) by providing multiple pairs of I<input> and I<output> files on thecommand line.B<--section>, B<--release>, B<--center>, B<--date>, and B<--official> can beused to set the headers and footers to use; if not given, Pod::Man willassume various defaults. See below or L<Pod::Man> for details.B<pod2man> assumes that your *roff formatters have a fixed-width font namedCW. If yours is called something else (like CR), use B<--fixed> to specifyit. This generally only matters for troff output for printing. Similarly,you can set the fonts used for bold, italic, and bold italic fixed-widthoutput.Besides the obvious pod conversions, Pod::Man, and therefore pod2man alsotakes care of formatting func(), func(n), and simple variable referenceslike $foo or @bar so you don't have to use code escapes for them; complexexpressions like C<$fred{'stuff'}> will still need to be escaped, though.It also translates dashes that aren't used as hyphens into en dashes, makeslong dashes--like this--into proper em dashes, fixes "paired quotes," andtakes care of several other troff-specific tweaks. See L<Pod::Man> forcomplete information.=head1 OPTIONS=over 4=item B<-c> I<string>, B<--center>=I<string>Sets the centered page header to I<string>. The default is "UserContributed Perl Documentation", but also see B<--official> below.=item B<-d> I<string>, B<--date>=I<string>Set the left-hand footer string to this value. By default, the modificationdate of the input file will be used, or the current date if input comes fromSTDIN.=item B<--fixed>=I<font>The fixed-width font to use for vertabim text and code. Defaults to CW.Some systems may want CR instead. Only matters for troff(1) output.=item B<--fixedbold>=I<font>Bold version of the fixed-width font. Defaults to CB. Only matters fortroff(1) output.=item B<--fixeditalic>=I<font>Italic version of the fixed-width font (actually, something of a misnomer,since most fixed-width fonts only have an oblique version, not an italicversion). Defaults to CI. Only matters for troff(1) output.=item B<--fixedbolditalic>=I<font>Bold italic (probably actually oblique) version of the fixed-width font.Pod::Man doesn't assume you have this, and defaults to CB. Some systems(such as Solaris) have this font available as CX. Only matters for troff(1)output.=item B<-h>, B<--help>Print out usage information.=item B<-l>, B<--lax>Don't complain when required sections are missing. Not currently used, asPOD checking functionality is not yet implemented in Pod::Man.=item B<-o>, B<--official>Set the default header to indicate that this page is part of the standardPerl release, if B<--center> is not also given.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -