docker icon indicating copy to clipboard operation
docker copied to clipboard

Replace use of `paulczar/omgwtfssl` image in examples

Open joshtrichards opened this issue 10 months ago • 2 comments

That image does not seem to be maintained any longer:

  • https://hub.docker.com/r/paulczar/omgwtfssl/
  • https://github.com/paulczar/omgwtfssl?tab=readme-ov-file

Even though it's commented out in our example(s), it is in there for self-signed cert usage. We should drop it and, preferably, replace it.

joshtrichards avatar Feb 10 '25 00:02 joshtrichards

~~Maybe this one ?~~ ~~https://hub.docker.com/r/mgbi/openssl-certs~~

There's no "similar" and up-to-date container like the one we use in examples and the one i suggested (no idea why i suggested it, it's few years old)

I'm thinking something like this, but it's going a bit further than "easy, copy-pastable solution". What do you think @joshtrichards ?

https://github.com/tzerber/NC-docker/commit/a6a47be4728d4c9e0c1f4575df05eca6b4628ae9

tzerber avatar Feb 21 '25 21:02 tzerber

@joshtrichards @tzerber I have tried it with openssl please have look and let me know is it suitable. https://github.com/nextcloud/docker/pull/2445

Abhicodeitout avatar Jul 09 '25 07:07 Abhicodeitout