By: Is An user 29 Jul 2017 at 11:38 p.m. CDT

5 Responses
Is An gravatar
how do i get in to /etc/certs to download shibIDP.crt used for sso configuration? when i typed in terminal it shows like this? **root@localhost:~# cd /etc/certs/ root@localhost:/etc/certs# ./shibIDP.crt -su: ./shibIDP.crt: Permission denied** Thanks.

By Mohib Zico staff 29 Jul 2017 at 11:43 p.m. CDT

Mohib Zico gravatar
>> root@localhost:/etc/certs# ./shibIDP.crt -su I am not sure what type of command is that. Cert is a text file... you can either scp back it to your own computer or use simple copy-paste.

By Is An user 30 Jul 2017 at 12:02 a.m. CDT

Is An gravatar
simply i want to download this shibIDP.crt file. i tried it to grab from etc/certs but it want work for me because im running using gluu server as an instance of docker. therefore if i scape back to computer my whole server will get lost. if you can send me that shibIDP.crt file or tell me the way that i should follow for simple copy -paste. Thanks.

By Mohib Zico staff 30 Jul 2017 at 12:05 a.m. CDT

Mohib Zico gravatar
Every cert is unique for it's own server; it varies server to server. For **docker-based Gluu Server**, which doc you followed to install?

By Is An user 30 Jul 2017 at 12:18 a.m. CDT

Is An gravatar
first i create docker image and inside the docker container after that i build up the gluu server using the official document provided by gluu. and now i am trying to build sso configuration using saml. for that my server is asking identity providers permission certificate in pem format. without the certificate i can't make it. i got the metadata file of the gluu server. whats the difference between it and shibIDP.cert? What should i do to get this shibIDP.cert file? Thanks

By Mohib Zico staff 30 Jul 2017 at 12:41 a.m. CDT

Mohib Zico gravatar
Ok. >> first i create docker image and inside the docker container after that i build up the gluu server using the official document provided by gluu. Officially we decommissioned all kind of Docker-based Gluu deployment and launching a container version of Gluu on https://containership.io It should be available very soon (next 2 weeks). We are building the marketplace icon right now. Containership has been a good partner for us because they provide an extra layer of support and tools. They support several public cloud providers like Amazon (EC2 VMs), and also Packet (for dedicated server deployments). >> What should i do to get this shibIDP.cert file? I think you have couple of options available right now: - Discuss this issue with your Docker engineers if you know anyone. I could talk to our Docker engineers but as it's not supported officially, so I am unable to do that. - Deploy chroot-based Gluu Server, which is officially supported right now.