Hi,
I ran into the same problem.
I followed both the GitHub commands and your commands as well to no avail.
I always run into the same problem & output:
Exception in thread “main” java.lang.RuntimeException: File does not contain valid private key: /home/pi/Blynk/server.pem
at cc.blynk.server.SslContextHolder.initSslContext(SslContextHolder.java:136)
at cc.blynk.server.SslContextHolder.(SslContextHolder.java:83)
at cc.blynk.server.Holder.(Holder.java:158)
at cc.blynk.server.launcher.ServerLauncher.start(ServerLauncher.java:95)
at cc.blynk.server.launcher.ServerLauncher.main(ServerLauncher.java:74)
I am trying to get this working on a raspberry pi.
Any thoughts would be appreciated