mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
Minor doc fixes
This commit is contained in:
parent
be9619c136
commit
c1931f0296
@ -9,6 +9,7 @@ doc: xca.1.gz xca_db_stat.1.gz xca.html
|
||||
include $(TOPDIR)/Rules.mak
|
||||
|
||||
%.1.gz: %.1
|
||||
@$(PRINT) " MAN [$(BASENAME)] $@"
|
||||
gzip -9 <$^ >$@
|
||||
|
||||
xca.html: xca.sgml
|
||||
|
||||
@ -865,7 +865,7 @@ following formats may be selected:
|
||||
<item><bf>DER private</bf> the private key in binary DER format
|
||||
<item><bf>PEM encrypted</bf> the private key in PEM format with an OpenSSL specific
|
||||
extensions for encryption
|
||||
<item>PKCS#8 unencrypted</bf> the private key unencrypted in PKCS#8 format
|
||||
<item><bf>PKCS#8 unencrypted</bf> the private key unencrypted in PKCS#8 format
|
||||
</itemize>
|
||||
|
||||
The filename is the internal name plus a <tt>pem</tt>, <tt>der</tt>, <tt>pk8</tt> or <tt>pub</tt> suffix.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user