Minor doc fixes

This commit is contained in:
Christian Hohnstaedt 2015-04-10 19:51:17 +02:00
parent be9619c136
commit c1931f0296
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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.