VirtualBox

Ignore:
Timestamp:
Jun 16, 2015 1:43:48 PM (9 years ago)
Author:
vboxsync
Message:

doc/manual: fix all docbook XML validity errors in the user_*.xml files. Most were missing/incorrectly placed <para> tags, but there were several severe structural issues, too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/user_Frontends.xml

    r56250 r56451  
    582582            generate a server certificate.<orderedlist>
    583583                <listitem>
    584                 Create a CA self signed certificate:
     584                <para>Create a CA self signed certificate:
    585585                <screen>openssl req -new -x509 -days 365 -extensions v3_ca \
    586   -keyout ca_key_private.pem -out ca_cert.pem</screen>
     586  -keyout ca_key_private.pem -out ca_cert.pem</screen></para>
    587587                </listitem>
    588588
    589589                <listitem>
    590                 Generate a server private key and a request for signing:
     590                <para>Generate a server private key and a request for signing:
    591591                <screen>openssl genrsa -out server_key_private.pem
    592 openssl req -new -key server_key_private.pem -out server_req.pem</screen>
     592openssl req -new -key server_key_private.pem -out server_req.pem</screen></para>
    593593                </listitem>
    594594
    595595                <listitem>
    596                 Generate the server certificate:
     596                <para>Generate the server certificate:
    597597                <screen>openssl x509 -req -days 365 -in server_req.pem \
    598   -CA ca_cert.pem -CAkey ca_key_private.pem -set_serial 01 -out server_cert.pem</screen>
     598  -CA ca_cert.pem -CAkey ca_key_private.pem -set_serial 01 -out server_cert.pem</screen></para>
    599599                </listitem>
    600600            </orderedlist>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette