Skip to content

A tool to quickly export and import certificates in Mikrotik's RouterOS from and to a file or router

License

Notifications You must be signed in to change notification settings

Marco98/routeros-certmigrate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RouterOS-Certmigrate

A tool to quickly export and import certificates in Mikrotik's RouterOS from and to a file or router

Usage

Usage:
  ros-crtmigrate SOURCEADDR DSTADDR [flags]

Flags:
  -h, --help      help for ros-crtmigrate
  -r, --read      read from file instead of a remote router
  -v, --verbose   print more info when running
  -w, --write     write to file instead of a remote router

Examples

ros-crtmigrate 192.168.88.10 192.168.88.20 # migrate certificates directly to another router
ros-crtmigrate 192.168.88.10 certificates.bin -w # export certificates to a local binary file
ros-crtmigrate certificates.bin 192.168.88.20 -r # import certificates from a local binary file

About

A tool to quickly export and import certificates in Mikrotik's RouterOS from and to a file or router

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages