NetBurner 3.1
permanentcert.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 certificate
30  * Must be paired with permanent certificate key (permanentcertkey.h)
31  *
32  */
33 
34 #ifndef _PERMANENTCERT_H_
35 #define _PERMANENTCERT_H_
36 
37 "-----BEGIN CERTIFICATE-----\r\
38 MIIC7DCCApagAwIBAgIBADANBgkqhkiG9w0BAQQFADCBiDELMAkGA1UEBhMCVVMx\r\
39 EzARBgNVBAgTCkNhbGlmb3JuaWExEjAQBgNVBAcTCVNhbiBEaWVnbzEYMBYGA1UE\r\
40 ChMPTmV0QnVybmVyLCBJbmMuMRIwEAYDVQQDEwlOZXRCdXJuZXIxIjAgBgkqhkiG\r\
41 9w0BCQEWE3NhbGVzQG5ldGJ1cm5lci5jb20wHhcNMDgwODI3MTcxMDQxWhcNMTgw\r\
42 ODI1MTcxMDQxWjCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWEx\r\
43 EjAQBgNVBAcTCVNhbiBEaWVnbzEYMBYGA1UEChMPTmV0QnVybmVyLCBJbmMuMRIw\r\
44 EAYDVQQDEwlOZXRCdXJuZXIxIjAgBgkqhkiG9w0BCQEWE3NhbGVzQG5ldGJ1cm5l\r\
45 ci5jb20wXDANBgkqhkiG9w0BAQEFAANLADBIAkEA7hC9uEH7Bv/Jj2WZVIYqxSht\r\
46 nb27TszV7o+kMJgBN744Er5l1GN1LDpDuuiN3uTwdVnrwj8TCLAQeIjLE6DHUQID\r\
47 AQABo4HoMIHlMB0GA1UdDgQWBBRQpzLTD0kF5FyAu8iIBV7uk2jKWzCBtQYDVR0j\r\
48 BIGtMIGqgBRQpzLTD0kF5FyAu8iIBV7uk2jKW6GBjqSBizCBiDELMAkGA1UEBhMC\r\
49 VVMxEzARBgNVBAgTCkNhbGlmb3JuaWExEjAQBgNVBAcTCVNhbiBEaWVnbzEYMBYG\r\
50 A1UEChMPTmV0QnVybmVyLCBJbmMuMRIwEAYDVQQDEwlOZXRCdXJuZXIxIjAgBgkq\r\
51 hkiG9w0BCQEWE3NhbGVzQG5ldGJ1cm5lci5jb22CAQAwDAYDVR0TBAUwAwEB/zAN\r\
52 BgkqhkiG9w0BAQQFAANBAC3mhcTjlaRWQZF0fSW5Au9BKuQqxL4x/d84DzeLtH3X\r\
53 oAzAvYlyCh451FyMokod8RqyWT4j8Nmxya2fPKl+FRk=\r\
54 -----END CERTIFICATE-----\r"
55 
56 #endif /*_PERMANENTCERT_H_*/