mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-11-01 19:17:47 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -22,6 +22,7 @@ namespace OpenWifi {
|
|||||||
while(os.good()) {
|
while(os.good()) {
|
||||||
std::string Line;
|
std::string Line;
|
||||||
os >> Line;
|
os >> Line;
|
||||||
|
std::cout << Line << std::endl;
|
||||||
if(Line=="-----BEGIN CERTIFICATE-----") {
|
if(Line=="-----BEGIN CERTIFICATE-----") {
|
||||||
InCert = true;
|
InCert = true;
|
||||||
CurrentCert += Line;
|
CurrentCert += Line;
|
||||||
|
|||||||
Reference in New Issue
Block a user