I have been following the previous forum posts and have managed to get through all the steps needed to upload my SSL certificate into the gateway.
The problem is when I press the continue button the following error comes up:
The following is from the gateway wrapper:
INFO | jvm 1 | 2020/07/02 16:24:44 | E [g.SslConfigRoutes ] [20:24:44]: Unable to transition to ca-signed certificate state route-group=config, route-path=/ssl/transition/ca-signed-certificate
INFO | jvm 1 | 2020/07/02 16:24:44 | java.security.KeyStoreException: Key protection algorithm not found: java.security.KeyStoreException: Certificate chain is not valid
INFO | jvm 1 | 2020/07/02 16:24:44 | at java.base/sun.security.pkcs12.PKCS12KeyStore.setKeyEntry(Unknown Source)
INFO | jvm 1 | 2020/07/02 16:24:44 | at java.base/sun.security.pkcs12.PKCS12KeyStore.engineSetKeyEntry(Unknown Source)
INFO | jvm 1 | 2020/07/02 16:24:44 | at java.base/sun.security.util.KeyStoreDelegator.engineSetKeyEntry(Unknown Source)
INFO | jvm 1 | 2020/07/02 16:24:44 | at java.base/java.security.KeyStore.setKeyEntry(Unknown Source)
INFO | jvm 1 | 2020/07/02 16:24:44 | at com.inductiveautomation.ignition.gateway.ssl.SslManager.toCaSignedCertificateInternal(SslManager.java:791)
INFO | jvm 1 | 2020/07/02 16:24:44 | at com.inductiveautomation.ignition.gateway.ssl.SslManager.toCaSignedCertificate(SslManager.java:813)
INFO | jvm 1 | 2020/07/02 16:24:44 | at com.inductiveautomation.ignition.gateway.ssl.SslConfigRoutes.toCaSignedCertificate(SslConfigRoutes.java:520)
INFO | jvm 1 | 2020/07/02 16:24:44 | at com.inductiveautomation.ignition.gateway.dataroutes.Route.service(Route.java:252)
INFO | jvm 1 | 2020/07/02 16:24:44 | at com.inductiveautomation.ignition.gateway.dataroutes.RouteGroupImpl.service(RouteGroupImpl.java:61)
INFO | jvm 1 | 2020/07/02 16:24:44 | at com.inductiveautomation.ignition.gateway.dataroutes.RouteGroupCollectionServlet.serviceInternal(RouteGroupCollectionServlet.java:54)
INFO | jvm 1 | 2020/07/02 16:24:44 | at com.inductiveautomation.ignition.gateway.dataroutes.AbstractRouteGroupServlet.service(AbstractRouteGroupServlet.java:38)
INFO | jvm 1 | 2020/07/02 16:24:44 | at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
INFO | jvm 1 | 2020/07/02 16:24:44 | at org.eclipse.jetty.servlet.ServletHolder$NotAsyncServlet.service(ServletHolder.java:1391)
INFO | jvm 1 | 2020/07/02 16:24:44 | at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:760)
INFO | jvm 1 | 2020/07/02 16:24:44 | at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:547)
INFO | jvm 1 | 2020/07/02 16:24:44 | at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
INFO | jvm 1 | 2020/07/02 16:24:44 | at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:590)
INFO | jvm 1 | 2020/07/02 16:24:44 | at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
INFO | jvm 1 | 2020/07/02 16:24:44 | at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235)
INFO | jvm 1 | 2020/07/02 16:24:44 | at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
INFO | jvm 1 | 2020/07/02 16:24:44 | at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
INFO | jvm 1 | 2020/07/02 16:24:44 | at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
INFO | jvm 1 | 2020/07/02 16:24:44 | at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
INFO | jvm 1 | 2020/07/02 16:24:44 | at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
INFO | jvm 1 | 2020/07/02 16:24:44 | at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
INFO | jvm 1 | 2020/07/02 16:24:44 | at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
INFO | jvm 1 | 2020/07/02 16:24:44 | at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
INFO | jvm 1 | 2020/07/02 16:24:44 | at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
INFO | jvm 1 | 2020/07/02 16:24:44 | at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:59)
INFO | jvm 1 | 2020/07/02 16:24:44 | at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
INFO | jvm 1 | 2020/07/02 16:24:44 | at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
INFO | jvm 1 | 2020/07/02 16:24:44 | at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:59)
INFO | jvm 1 | 2020/07/02 16:24:44 | at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:146)
INFO | jvm 1 | 2020/07/02 16:24:44 | at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
INFO | jvm 1 | 2020/07/02 16:24:44 | at org.eclipse.jetty.server.Server.handle(Server.java:500)
INFO | jvm 1 | 2020/07/02 16:24:44 | at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
INFO | jvm 1 | 2020/07/02 16:24:44 | at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
INFO | jvm 1 | 2020/07/02 16:24:44 | at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
INFO | jvm 1 | 2020/07/02 16:24:44 | at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270)
INFO | jvm 1 | 2020/07/02 16:24:44 | at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
INFO | jvm 1 | 2020/07/02 16:24:44 | at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
INFO | jvm 1 | 2020/07/02 16:24:44 | at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
INFO | jvm 1 | 2020/07/02 16:24:44 | at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
INFO | jvm 1 | 2020/07/02 16:24:44 | at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
INFO | jvm 1 | 2020/07/02 16:24:44 | at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
INFO | jvm 1 | 2020/07/02 16:24:44 | at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
INFO | jvm 1 | 2020/07/02 16:24:44 | at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:388)
INFO | jvm 1 | 2020/07/02 16:24:44 | at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
INFO | jvm 1 | 2020/07/02 16:24:44 | at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
INFO | jvm 1 | 2020/07/02 16:24:44 | at java.base/java.lang.Thread.run(Unknown Source)
INFO | jvm 1 | 2020/07/02 16:24:44 | Caused by: java.security.KeyStoreException: Certificate chain is not valid
INFO | jvm 1 | 2020/07/02 16:24:44 | ... 50 common frames omitted
Any guidance would be appreciated. I am using the default ports of 8088 and 8043. I used the certbot to generate the certificates.
Brandon