And thanks in advance.
I have a project where I need to upgrade the web server running on an 8266 to a secure web server.
I did the standard type testing with the certs and keys in the examples, just to make sure it worked with my other code. All was good.
I purchased an SSL, and have subsequently spent a bucket load of time not being able to get it to work. I have tried all sorts of combos for the cert and key, and couldn't for the life of me work out what was happening. Until I noticed this.
zf3gZO01t//jr7JFwYnuOd
Halfway through the file, my key has a // in it, so half of the line is commented out. Just lucky I guess.
I have seen some examples of the certs in hex, and Base64. I can't use spiffs for the files. So I am stuck with trying to get the // out of the string. But, before I go on another wild goose chase I thought I would ask for some help.
What would an expert do at this stage?
Again, thanks in advance. I really appreciate any input.