TLS in dev mode

I am using vault in dev mode. is there a way to enable TLS with this mode? Thanks

Yes after a fashion, but not completely.

Dev mode sets up a fixed listener that will never use TLS, using defaults embedded within the Vault source code - but you can also supply an additional -config file defining additional listeners as well.