'vault: How to reduce the lease duration of ssh otp?

I am use the following comand to generate one time password:

$ vault write ssh/creds/otp_key_role ip=172.31.47.83
Key                Value
---                -----
lease_id           ssh/creds/otp_key_role/TqKAoY2kWLN058cRIzJab5qY
lease_duration     768h
lease_renewable    false
ip                 172.31.47.83
key                ec90e030-f126-ae76-c989-177f33401536
key_type           otp
port               22
username           test-user

the lease_duration of otp is 768h, I want to reduce the lease_duration to 1h, how can I do it?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source