aphyr / less-awful-ssl

Sssh no tears, only TLS now. For Clojure.
158 stars 23 forks source link

Don't require PKCL12 to be a string file path #14

Closed xiongtx closed 6 years ago

xiongtx commented 6 years ago

The type hint here prevents the use of a File, which is what we'd get if we used (-> <name.p12> io/resource io/file).

aphyr commented 6 years ago

Sure, feel free to add a PR that does an appropriate coercion there. Just as long as we avoid the reflector; feel free to do dynamic type checks if that's easier. :)