Advertisement
Guest User

Untitled

a guest
Jul 5th, 2018
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.43 KB | None | 0 0
  1. # barbican --endpoint=http://os.public_domain.org/key-manager secret store --name='tls_secret1' -t 'application/octet-stream' -e 'base64' --payload="$(base64 < /root/test_barbican_keys/cert.p12)"
  2. +---------------+-----------------------------------------------------------------------+
  3. | Field         | Value                                                                 |
  4. +---------------+-----------------------------------------------------------------------+
  5. | Secret href   | http://openstack:9311/v1/secrets/e1b5c204-d0c1-4223-9a0f-772e83f675e1 |
  6. | Name          | tls_secret1                                                           |
  7. | Created       | None                                                                  |
  8. | Status        | None                                                                  |
  9. | Content types | {u'default': 'application/octet-stream'}                              |
  10. | Algorithm     | aes                                                                   |
  11. | Bit length    | 256                                                                   |
  12. | Secret type   | opaque                                                                |
  13. | Mode          | cbc                                                                   |
  14. | Expiration    | None                                                                  |
  15. +---------------+-----------------------------------------------------------------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement