Write, Bureaucrats, Administrators
1,349
edits
Line 21: | Line 21: | ||
# Create a 1024 bit private key using the following command line | # Create a 1024 bit private key using the following command line | ||
#:: '''openssl genrsa -out ''<organisation name>''.pem 1024''' | #:: '''openssl genrsa -out ''<organisation name>''.pem 1024''' | ||
# | #:: ''Do not lose this private key as it will be required later on.'' | ||
# Create the X509 certificate using the following command line; | |||
# | #:: '''openssl req -new -x509 -key ''<organisation name>''.pem -out ''<organisation name>''.cer -days 1825''' | ||
# | #:: | ||
#:: ''When running this command line, you will be prompted for additional inputs such as country, state, locality, etc.'' | |||
#:: ''Organizational Unit, Command Name can be left blank.'' | |||
# | #:: ''Do not lose this X509 Certificate as it will be required later on;'' | ||
# | |||
# | You now have a '''Private Key PEM''' file and a public '''X509 Certificate''' required to create the private application in Xero. | ||
# | |||
== Related Topics == | == Related Topics == | ||
* [[Connecting ODBClink to Xero using a private certificate]] | * [[Connecting ODBClink to Xero using a private certificate]] |