Skip to content

keystore: Fix slugs creations on Windows

Tobias Stoeckmann requested to merge stoeckmann/arti:windows_keymgr into main

The slugs used for ArtiPath must be separated by slashes, which Windows systems wouldn't do properly because paths are separated by backslashes.

Implement a platform-independent way of slug creation.

Merge request reports