How do you change the alias in a keystore?
search cancel

How do you change the alias in a keystore?

book

Article ID: 281368

calendar_today

Updated On: 03-28-2024

Products

Network Observability CA Performance Management Spectrum

Issue/Introduction

We need to change the alias of an existing private key, how can we accomplish this?

Environment

All supported DX NetOps releases

Resolution

keytool -changealias -alias "original_alias" -destalias "new_alias" -keypass keypass -keystore /path/to/keystore -storepass storepass