NetBurner 3.1
permanentcertkey.h
1 /* Revision: 2.8.7 */
2 
3 /******************************************************************************
4 * Copyright 1998-2018 NetBurner, Inc. ALL RIGHTS RESERVED
5 *
6 * Permission is hereby granted to purchasers of NetBurner Hardware to use or
7 * modify this computer program for any use as long as the resultant program
8 * is only executed on NetBurner provided hardware.
9 *
10 * No other rights to use this program or its derivatives in part or in
11 * whole are granted.
12 *
13 * It may be possible to license this or other NetBurner software for use on
14 * non-NetBurner Hardware. Contact sales@Netburner.com for more information.
15 *
16 * NetBurner makes no representation or warranties with respect to the
17 * performance of this computer program, and specifically disclaims any
18 * responsibility for any damages, special or consequential, connected with
19 * the use of this program.
20 *
21 * NetBurner
22 * 5405 Morehouse Dr.
23 * San Diego, CA 92121
24 * www.netburner.com
25 ******************************************************************************/
26 
27 
28  /*
29  * Permanent key accompanying cetificate
30  * Must be paired with permanent certificate (permanentcert.h)
31  *
32  */
33 
34 #ifndef _PERMANENTCERTKEY_H_
35 #define _PERMANENTCERTKEY_H_
36 
37 "-----BEGIN RSA PRIVATE KEY-----\r\
38 MIIBOwIBAAJBAO4QvbhB+wb/yY9lmVSGKsUobZ29u07M1e6PpDCYATe+OBK+ZdRj\r\
39 dSw6Q7rojd7k8HVZ68I/EwiwEHiIyxOgx1ECAwEAAQJBAIwRH36sm2Rn1JBhB5C6\r\
40 i6mKeswHWJApZmlA7CqHFJhVWSn7VJvgOpV7LudSlF8sbu3y6JLiYxOolS98qDKc\r\
41 PB0CIQD4DmNuYfnbJL/GPBSQvrH+ZtKQwLp5BtVe8DYdxk7q1wIhAPWwcjaLVkkG\r\
42 y9L/ffrzI+TShK7d4sI2ux5chn2+bAIXAiEA5VT4HF88jpxFKNL2+HM1QExztBxa\r\
43 yfXFYsaWYaSr5XUCIEWb4EAj6iZ2jnkRehgHmzvRiVYh94UfDJTlkhU+RkuxAiBY\r\
44 Y2roCSCyewcHGCAIaJn/RnDovcw479QXrqTD+YXQ1w==\r\
45 -----END RSA PRIVATE KEY-----\r"
46 
47 #endif /*_PERMANENTCERTKEY_H_*/