.nh .TH AtoB 1 "July 20, 2016" PKI "PKI ASCII to Binary Conversion Tool" .SH NAME .PP AtoB \- Convert ASCII base\-64 encoded data to binary base\-64 encoded data. .SH SYNOPSIS .PP \fBAtoB\fP \fIinput\-file\fP \fIoutput\-file\fP .SH DESCRIPTION .PP The \fBAtoB\fP command provides a command\-line utility used to convert ASCII base\-64 encoded data to binary base\-64 encoded data. .SH OPTIONS .PP The following parameters are mandatory: .PP \fB\<input\-file\>\fP .br Specifies the path to the file containing the base\-64 encoded ASCII data. .PP \fB\<output\-file\>\fP .br Specifies the path to the file where the utility should write the binary output. .SH EXAMPLES .PP This example command takes the base\-64 ASCII data in the ascii\_data.pem file and writes the binary equivalent of the data to the binary\_data.der file: .PP .RS .nf $ AtoB ascii\_data.pem binary\_data.der .fi .RE .SH SEE ALSO .PP \fBBtoA(1)\fP, \fBpki(1)\fP .SH AUTHORS .PP Matthew Harmsen \<mharmsen@redhat.com\>\&. .SH COPYRIGHT .PP Copyright (c) 2016 Red Hat, Inc. This is licensed under the GNU General Public License, version 2 (GPLv2). A copy of this license is available at http://www.gnu.org/licenses/old\-licenses/gpl\-2.0.txt.