Artifactory should run with TLS enabled, refer to the following guide on How to enable TLS within the JFrog Platform
Install Vault via the link here.
Start the Vault server
This will display the seal key and root token. Save these valuesUnseal Key: WevOrb1cF….
Root Token: s.CC0yx8lLd...
Open a new terminal session
Set the VAULT_TOKEN env variable to the Root Token value displayed above. It will look something like:
Now run vault status to see details about the running server
Install Vault via the link here.
Start the Vault server
$ vault server -dev
This will display the seal key and root token. Save these valuesUnseal Key: WevOrb1cF….
Root Token: s.CC0yx8lLd...
Open a new terminal session
$ export VAULT_ADDR='http://127.0.0.1:8200'
Set the VAULT_TOKEN env variable to the Root Token value displayed above. It will look something like:
$ export VAULT_TOKEN="<Root Token>"
Now run vault status to see details about the running server
$ vault status