Question 81

From the options below, select the benefits of using the PKI (x.509 certificates) secrets engine (select three):
  • Question 82

    True or False? To prepare for day-to-day operations, the root token should be safely saved outside of Vault in order to administer Vault.
  • Question 83

    Your team uses the Transit secrets engine to encrypt all data before writing it to a MySQL database server.
    During testing, you manually retrieve ciphertext from the database and decrypt it to ensure the data can be read. After decrypting the data, you are worried something is wrong because the plaintext data isn't legible.
    Why can you not read the original plaintext data after decrypting the ciphertext?
    * $ vault write transit/decrypt/krausen-key ciphertext=vault:v1:8SDd3WHDOjf7mq69C.....
    * Key Value
    * --- -----
    * plaintext Zml2ZSBzdGFyIHByYWN0aWNlIGV4YW1zIGJ5IGJyeWFuIGtyYXVzZW4=
  • Question 84

    You are using Vault to generate dynamic credentials for a Microsoft SQL server to perform queries for a month-end report. The report seems to be taking much longer than expected due to degradation on the underlying server, and you are afraid that Vault might automatically revoke the credentials. How can you extend the time the credentials are valid to ensure your month-end query is successful?
  • Question 85

    A DevOps engineer has set up LDAP and GitHub auth methods. The engineer must ensure user Sarah, who authenticates via either method, has consistent access permissions. Which approach correctly describes how to achieve this in Vault?