Revision 94850c8a
Added by Luiz Souza over 3 years ago
src/usr/local/share/pfSense/ssl/netgate-ca.pem | ||
---|---|---|
1 |
-----BEGIN CERTIFICATE-----
|
|
1 |
-----BEGIN CERTIFICATE----- |
|
2 | 2 |
MIIGdjCCBF6gAwIBAgIUMHOwWSamn5M+UgESNeiPVzCtWeEwDQYJKoZIhvcNAQEL |
3 | 3 |
BQAwgZIxCzAJBgNVBAYTAlVTMQ4wDAYDVQQIDAVUZXhhczEPMA0GA1UEBwwGQXVz |
4 | 4 |
dGluMS4wLAYDVQQKDCVSdWJpY29uIENvbW11bmljYXRpb25zLCBMTEMgKE5ldGdh |
... | ... | |
7 | 7 |
BgNVBAYTAlVTMQ4wDAYDVQQIDAVUZXhhczEPMA0GA1UEBwwGQXVzdGluMS4wLAYD |
8 | 8 |
VQQKDCVSdWJpY29uIENvbW11bmljYXRpb25zLCBMTEMgKE5ldGdhdGUpMRgwFgYD |
9 | 9 |
VQQLDA9OZXRnYXRlIHJvb3QgQ0ExGDAWBgNVBAMMD05ldGdhdGUgcm9vdCBDQTCC |
10 |
AiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBANNDuUCzYYKMqqIsnlfHqlhd
|
|
10 |
AiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBANNDuUCzYYKMqqIsnlfHqlhd |
|
11 | 11 |
NjS8p8wrvlIqMyOFLBWdGRzF3CP6AyJNlwHgbKPNmZluoWwqA28lmQmbS/sMK13q |
12 | 12 |
+UuH/l8r0oYQVizPWyY0dug9e7qhI+7fxHW4QOa0KbZfS227sFMEXuJNNagX2atP |
13 | 13 |
QTaWzmFoOqi546703a0ng6VhSDJUkseEqjJg/7SSKsVO3+2TIfDJGBjMsnU8kgzK |
src/usr/local/www/system_register.php | ||
---|---|---|
54 | 54 |
'<br />If you do not receive the activation token email within a few minutes of placing the order, please contact <a href="https://go.netgate.com">Netgate TAC</a>.'); |
55 | 55 |
|
56 | 56 |
$pghelp_exists = sprintf(gettext("This device has already been registered. " . |
57 |
"If you believe that to be incorrect, please contact Netgate TAC support for assistance by visiting %1s."),
|
|
57 |
"If you believe that to be incorrect, please contact Netgate TAC support for assistance by visiting %1s."), |
|
58 | 58 |
'<a href="go.netgate.com", target="_blank">go.netgate.com</a>'); |
59 | 59 |
|
60 |
$pghelp_notready = sprintf(gettext("The registration service is not available yet. Please watch %1s, %2s, %3s, for updates."),
|
|
60 |
$pghelp_notready = sprintf(gettext("The registration service is not available yet. Please watch %1s, %2s, %3s, for updates."), |
|
61 | 61 |
'<a href="https://www.netgate.com/blog/" target="_blank">our blog</a>', |
62 | 62 |
'<a href="https://twitter.com/NetgateUSA" target="_blank">Twitter</a>', |
63 | 63 |
'<a href="https://www.reddit.com/r/Netgate/" target="_blank">Reddit</a>' |
... | ... | |
65 | 65 |
|
66 | 66 |
$pghelp_success = gettext("Your firewall has been successfully registered. On your next visit to the System/Update page, select pfSense<sup>®</sup> Plus software from the list of repositories."); |
67 | 67 |
|
68 |
$pghelp_notfound = sprintf(gettext("This activation token is not valid. " .
|
|
68 |
$pghelp_notfound = sprintf(gettext("This activation token is not valid. " . |
|
69 | 69 |
"Please contact Netgate TAC support for assistance by visiting %1s"), '<a href="https://go.netgate.com" target="_blank">go.netgate.com</a>'); |
70 | 70 |
|
71 | 71 |
$disabled = "disabled"; |
... | ... | |
143 | 143 |
$disabled = ""; |
144 | 144 |
break; |
145 | 145 |
|
146 |
case "FAIL" :
|
|
146 |
case "FAIL" : |
|
147 | 147 |
$pghelp .= $pghelp_offline; |
148 | 148 |
$alert_color = 'danger'; |
149 | 149 |
break; |
Also available in: Unified diff
Remove stray white spaces.
No functional changes.