polypush135
While on osx I was able to enable the local certs flag on chrome and add my self signed certs to my keychain and chrome would use my certs with out issue.
I wish I could say the same while trying to do the same on Ubuntu. In short I’m not sure whats the equivalent app for keychain on Ubuntu. Or if what I’m trying to do is even possible.
I’ve also tried to import the certs into chrome via the manage certs option in the settings but it refused to import the cert ![]()
Have any of you been able to get a locally signed cert to be trusted by your browsers while on Ubuntu?
And just for clarification I’m talking about the “not secure” warning you see after you ignore the invalid cert in chrome. I’m able to see a green trusted status for my certs on OSX via the way I described, looking for the same on Ubuntu.
Thanks.
Trending in Questions
Other Trending Topics
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #ai
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #hex
- #security










Showing Posts 1 to 3- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
shanesveller
I’m not a desktop Linux user myself, but I would look at mkcert’s README documentation under the headings
Install -> LinuxandSupported Root Storesto see how this community tool has implemented such support, or simply start usingmkcertdirectly, because it’s a great tool. The certificates it generates are definitely viable for use anywhere you could use the artifacts ofmix phx.gen.certinstead, because both use standard file formats for this subject.polypush135
Awesome advice thank you, will give that a short and report my findings.
polypush135
Yeah buddy!, it was the missing CA that required I ran
update-ca-certificateswhich was also failing because it needed root perms.Once I was able to get the missing authority installed my already configured certs worked