> > It compiles using version 5.3.0-RC2. > I would really appreciate any guidance you can provide; the error below shows in the logs so understand I need to generate some additional keys but there are no instructions or more detailed documentation. There are some instructions on generating private/public on a different apereo page altogether ... but they do not look exactly like what is needed in the WS Fed case
openssl genrsa -out private.key 1024 openssl rsa -pubout -in private.key -out public.key -inform PEM -outform DER openssl pkcs8 -topk8 -inform PER -outform DER -nocrypt -in private.key -out private.p8 openssl req -new -x509 -key private.key -out x509.pem -days 365 # convert the X509 certificate to DER format openssl x509 -outform der -in x509.pem -out certificate.crt WARN [org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext] - <Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.casRealm' defined in class path resource [org/apereo/cas/config/CoreWsSecuritySecurityTokenServiceConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.cxf.sts.token.realm.RealmProperties]: Factory method 'casRealm' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Keystore file, password or alias assigned to the realm must be defined> -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/7dda0ec6-31c2-4d4c-919e-cd29831c2d82%40apereo.org.
