Outputs lines between (inclusive) -----BEGIN something-----
and -----END something-----
in reverse order. Useful for creation of CA certificates bundles.
Note that start/stop lines must begin with at least one dash and be followed by either BEGIN
or END
, then a space then non-space characters and end the line with at least one dash.
Above format rule will matches usual PEM format items like:
-----BEGIN CERTIFICATE-----
....